Remove space between menu and slideshow
-
-
Just checking … You need to have both lines for it to work:
.slideshow-window { top: -85px; margin-bottom: -80px; } @media screen and (max-width: 600px) { .slideshow-window { top: -60px; margin-bottom: -45px; } } -
.slideshow-window { top: -95px; margin-bottom: -80px; } @media screen and (max-width: 600px) { .slideshow-window { top: -60px; margin-bottom: -45px; } -
Ah, I didn’t realize that it needed to follow directly after the original slideshow line! Thanks so much!! And do you know if a CSS code can place the logo next to the site title or menu instead of above it? Or can that not be changed within a theme? Let me know if I should open up a different topic for that.
- The topic ‘Remove space between menu and slideshow’ is closed to new replies.