- This topic has 5 replies, 3 voices, and was last updated 7 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘Title’ is closed to new replies.
Hello,
I would like to know how can i remove the space between header bar and the content of page.
I would be very nice if you help me.
Please see in http://www.cerejaaventura.com/www/segunda
Thank you in advance.
Regards
Try this in Customize > Additional CSS:
.main-header, .custom-post-type-header {
margin-bottom: 0;
}
Thank you!
In the same way, i need to remove the space between content and footer.
You can see the example at http://cerejaaventura.com/www/
Hope you can help me.
Thank you in advance.
Regards
#home-slider-section {
margin-bottom: 0;
}
Thank you!!!
🙂