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

    Hi there, I did search the threads for this issue, and applied the suggested Quick CSS:

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

    And I have the Browser width below 990px selected in Mobile Menu section of theme options. I have cleared cookies and refreshed browser several times, but the logo still overlaps logo in horizontal mode. Any ideas?

    http://res162.servconfig.com/~choose850/

    #474330

    Hey MICHAELWINN!

    try this code instead:

    @media only screen and (max-width: 1100px) {
    nav.main_menu {
    top: 18px;
    }}
    

    Cheers!
    Andy

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