Forum Replies Created
-
AuthorPosts
-
dlmajorParticipant
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 🙂
dlmajorParticipantNo, 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…
dlmajorParticipantHi, 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
DaviddlmajorParticipantThanks 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 -
AuthorPosts