CSS code to make horizontal menu margin smaller
-
I would like to make the white space in between my horizontal menu and featured slideshow smaller. I think the white space causing the gap is attached to the slideshow itself, not just an empty gap. Can anyone help with CSS to make it smaller? My theme is Elemin and this is a link to my site: (URL here).
The blog I need help with is: (visible only to logged in users)
-
Hi there, give the following a try.
.slideshow-window { margin-top: -50px; } #branding { z-index: 10; } -
-
- The topic ‘CSS code to make horizontal menu margin smaller’ is closed to new replies.