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

    On the website http://e-musicteacher.com/ we have many main menu items. The problem is if we make the window smaller (width) on PC or use a tablet the menu overlaps with the logo. Any quick css fix for this?

    Thanks.

    #408313

    Hi schorni!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1150px) {
    .av-main-nav > li > a {
      padding: 0 8px;
    }}

    Regards,
    Yigit

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