Hi,
I needed to change the home page of my site http://www.adventurersdiary.net/ to have a background image, on it headline and two buttons, just like you have on your homepage guys (https://siteorigin.com) .
But i had a spacing above the section with the background image with the buttons, so i put in custom css
#main.site-main {
padding: 0px;
}IT Worked, i was happy. But then, i found out that on the blog page http://www.adventurersdiary.net/blog/
It did the same and now all the articles starts completely under the navigation bar. It looks really bad, how can i solve this whole thing please?
Thanks you
Hi Krištof
You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
/* Home */ .home #main { padding-top: 0; }Thank you Andrew !
And for moving the blog content i used
.blog #main { padding-top: 0; }I love using your theme!
EDIT: with padding about 150px
Super, glad to hear you’ve made progress.