Archived topic
Space on top of slide-out menu
1 reply · Started by Dinesh on May 13, 2018
Viewing posts 1–2 of 2
Hello,
How can I add space to the top of my slide out menu for desktop only? right now the links start right at the top of the slide out menu I want to push them down a little.
Regards
Hi Dinesh,
try this:
@media (min-width: 1024px) {
#generate-slideout-menu .inside-navigation {
margin-top: 25px;
}
}
This archived topic is closed to new replies.