test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Saguaros Moderator
    #907265

    Hi

    If you want the menu align right, remove your custom css above and add this rule:

    .t3-mainnav .t3-navbar .t3-megamenu .navbar-nav {
        float: right;
    }
    jewellman Friend
    #907480

    Thanks Saguaros!

    This worked.. however, now I have a white bar extending out on either side of the menu all the way to the edges of the page… how would I change the background color to white instead of light gray to hide the white bar?

    Thanks


    1. Capture-5
    Saguaros Moderator
    #907781

    You can declare this css rule:

    .t3-wrapper {
        background-color: #ffffff;
    }

    and change to your desired background color.

    jewellman Friend
    #908033

    Thank you so much. This worked perfectly

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  jewellman 8 years, 8 months ago.

The topic ‘Fixing margin on top menu when set to right side of page instead of left’ is closed to new replies.