Viewing 9 replies - 1 through 9 (of 9 total)
  • hannah

    (@hannahritner)

    Hi,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (min-width: 992px) {
    .col-md-8.kad-header-right {
        width: 100%;
    }
    }

    You then may want to decrease your menu spacing in Theme Options > Main Settings.

    Hannah

    Thread Starter bodhiwaves

    (@bodhiwaves)

    🙁

    Thank you for your quick answer but No It didn’t change the position of the menu

    Thread Starter bodhiwaves

    (@bodhiwaves)

    I would like to have the menu aligned in the center of the page …

    hannah

    (@hannahritner)

    I’m not seeing the css in your code. Did you add it to your theme options? Try clearing your cache after adding it.

    Hannah

    Thread Starter bodhiwaves

    (@bodhiwaves)

    Yes, I add it,
    I hit the customize and I added it in the advanced section.
    And I cleared the cache too.

    hannah

    (@hannahritner)

    Navigate to Appearance > Theme Options > Advanced Settings and paste it in the custom CSS box there. Does that work?

    Hannah

    Thread Starter bodhiwaves

    (@bodhiwaves)

    Yes.
    I did it,i paste it there , I cleared the cache but the menu is still on the left…

    hannah

    (@hannahritner)

    Add this css:

    #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation {
        text-align: center;
    }

    Hannah

    Thread Starter bodhiwaves

    (@bodhiwaves)

    Yesss

    Thank you very much.
    It worked.

    I appriciate your time and patience

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Virtue Theme: Aligning my Menu’ is closed to new replies.