Tagged: spacing, top margin, top padding, white space
Hello,
If you look at my site the main window slide is way to high on the page with no margin, can you please showme how to control the top padding for that window? thank you!
Hi Jbedel,
Can you please share us your site Url? So that we can see what you are talking about.
Thank you!
https://jeronimobedel.com/?p=506 I would like the space between the top of the slide show window and the navigacion menu to be less. thank you
To reduce the space between the top of the slide show window and the navigation menu just use below custom CSS code:
.top-navigation a { padding-top: 10px; height: 34px; } #main, .entry-main { padding: 0; } .entry-header { padding-bottom: 0; }