Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #473491

    Can you please provide me some quick css that I can adjust that will allow me to move the text of the menu items down please so it’s not as close to the logo? Thanks!

    #473804

    Hi djshortkut!

    Please find following code in your custom CSS

    @media only screen and (max-width: 767px) {
    ul#mobile-advanced {
      padding-top: 0;
      margin-top: 85px;
    }}

    and adjust margin-top value as needed

    Best regards,
    Yigit

    #473839

    Thanks Yigit. I’ve already tried that and it sort of works but it moves the black background of the mobile menu down so there is a gap between the header and the mobile menu where you can see the page behind it. I was wondering if there is a way just to move the text down with quick css. Maybe add some padding to the black background of the mobile menu? Thanks!

    • This reply was modified 9 years, 4 months ago by djshortkut.
    #474300

    Hey!

    try this instead:

    #mobile-advanced li {
    top: 35px;
    }
    

    Best regards,
    Andy

    #474452

    Just what I was looking for, thanks! You can close this thread.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile Menu’ is closed to new replies.