• Resolved rachelmarie74

    (@rachelmarie74)


    https://www.scalscanfest.org/ has the Admired theme and the option for two navigation menus. I only want the main navigation menu, but noticed it keeps shifting down a row. (The last tab shows up below the others). Is there a way to fix this? I’ve looked in the forum, but not understanding how to fix this. All help is appreciated today!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You will find this setting in admin/admired-custom-header.php
    on line 217

    Delete what is on line 217, and paste this in instead

    echo(“#nav-menu2, #nav-menu2 .menu-header, div.menu { width: 100%; max-width: 1050px; margin-left: 10px; }\n”);

    Job done…

    Modifying theme files is not a good approach – as those changes will be lost when the theme is updated.

    Instead, try adding this to custom CSS (under Admired Options, Advanced tab):

    #nav-menu2 {
       width: 100%;
    }

    Thread Starter rachelmarie74

    (@rachelmarie74)

    Thank you kindly. . . It worked perfect and the problem is solved!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation Menu shows on two lines. . How can I stop that’ is closed to new replies.