How to remove blank space below Menu
-
Hello,
I am using the Ovation theme and i removed the header image from the customization options, but now there is a large blank space below the menu that I don’t know how to remove.
If someone has any idea of how to eliminate this blank space, the address of the blog is https://ntu-ufrgs.com/
Thank you very much for you attention!
The blog I need help with is: (visible only to logged in users)
-
Hi,
You can use a little Custom CSS to reduce that blank space.
– Go to ‘Customizer’
– CSS
– Paste this code there
@media (min-width: 660px) .site-content-inside {
padding-top: 0em;
}– Click ‘Publish’ to save the changes
Custom CSS can be used with only the Premium or Business Plans.
– bests,
- The topic ‘How to remove blank space below Menu’ is closed to new replies.