• Hello,

    Could you please provide me the css to move the main navigation menu to the left? Right now, all the menu items to not fit and are overlapping with my woocommerce shopping cart.

    My site is at:

    https://www.getcanadaair.com

    Thank you,

    Kristin

Viewing 4 replies - 1 through 4 (of 4 total)
  • As you probably know, it is the WPGlobus plugin that is throwing the menu off. How did you add it to the menu?

    Thread Starter knowzek

    (@knowzek)

    I simply checked a box in its settings to add to the main menu. I was thinking if i move the menu to the left, it should stop the conflict.

    I simply checked a box in its settings to add to the main menu.

    Inspecting with dev tools in Firefox, even though it says it is in the menu, it is not inline with all the other links because its structure is different.

    The regular links are structured like this:

    <li>
    <a>
    <span></span>
    </a>
    </li>

    The WPGlobus link is structured like this:

    <li>
    <a>
    <span></span>
    <span></span>
    <ul>
    <li>
    <a>
    <span></span>
    </a>
    </li>
    </ul>
    </a>
    </li>

    The WPGlobus extra elements are not in the theme’s CSS, so they are not styled as the regular links are.

    I was thinking if i move the menu to the left, it should stop the conflict.

    No, moving the menu will not alter the structure problem.

    You should contact the WPGlobus developer on the plugin’s support forum and inform them of this issue.

    Thread Starter knowzek

    (@knowzek)

    Is there a way I can change the CSS of the these to move the rest of the menu to this location?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Move main navigation menu to the left’ is closed to new replies.