Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 31, 2016 at 8:01 am #907265Hi
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; }
March 31, 2016 at 3:05 pm #907480Thanks 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
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 1, 2016 at 3:57 am #907781You can declare this css rule:
.t3-wrapper { background-color: #ffffff; }
and change to your desired background color.
April 1, 2016 at 1:42 pm #908033Thank you so much. This worked perfectly
AuthorPostsViewing 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.