[Support request] Space on top of slide-out menu

Home Forums Support [Support request] Space on top of slide-out menu

Home Forums Support Space on top of slide-out menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #574834
    Dinesh

    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

    #574916
    David
    Staff
    Customer Support

    Hi Dinesh,

    try this:

    @media (min-width: 1024px) {
        #generate-slideout-menu .inside-navigation {
            margin-top: 25px;
        }        
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.