Acme Themes

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Sidebars have gone weird… #13724
    dlmajor
    Participant

    Fixed it! The problem was telling an instance of ‘AT Posts column’ in the main page area to have just one column — it must have convinced the theme that there was no room for the sidebars, so it shunted them below……. I told it to have two columns, and everything returned to normal 🙂

    in reply to: Sidebars have gone weird… #13723
    dlmajor
    Participant

    No, I haven’t edited any theme files at all….

    I just deleted all the CSS (74 items), and the sidebars are still out of position, so it’s not that.

    The behaviour began as soon as I deselected “Sticky sidebars” … is there a theme file that I should reset to the default?

    Thanks for your help…

    in reply to: New user questions #12238
    dlmajor
    Participant

    Hi, just further to having a graphic as the background of the header…. I achieved that by using the following CSS:

    .header-container {
    background-image: url(“http://www.caterpillar.ink/wp-content/uploads/2017/01/CI-masthead-1800x160h5.png”); background-position: center top;
    background-color: #cccccc;}
    .header-wrapper .site-branding {background: transparent;}

    That seems to be working here: caterpillar.ink

    I’ve been finding that the theme is really well put together for playing with CSS… everything makes sense… thanks for that, it makes it enjoyable!

    cheers
    David

    in reply to: New user questions #12007
    dlmajor
    Participant

    Thanks for your reply…

    I found that I could remove all the category badges by adding this to the custom CSS:

    .cat-links { visibility: hidden;}

    cheers
    David

Viewing 4 posts - 1 through 4 (of 4 total)