Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I am trying to add some white space below my nav menu on my blog page. I have tried editing the page using the visual composer but nothing I do shows up on my blog page. How can I add space to the top of the content?
Hello,
This css code in your custom css box:
.top_wrapper {
margin-top: -85px !important;
}
Was setting the content up in blog page and the !important did not allow you to add other css. So i added this line as well:
.blog .top_wrapper {
margin-top: 0 !important;
}
It changes the blank space height of blog content to header. Increase it further if you want more space.
Let us know.
Best regards!
You must be logged in to reply to this topic.