Woodcraft menu hides behind logo

Home Forums All Other Themes Woodcraft menu hides behind logo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #109634
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hello,
    Our menu looks beautiful for the most part. But the menu hides behind logo when changing screen sizes, before it becomes a hamburger, it doesn’t recognize that the logo is the part of the header as well, we can’t figure out how to fix it.
    site link http://www.mysfirm.com/tmh
    Issue link http://www.mysfirm.com/tmh

    we appreciate you help, thank you

    #109672
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .logo { margin-left:50px;}
    }
    #topmenu ul li a { padding:15px 12px;}
    .menurightinfo { padding:25px 95px 0 25px;}

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.