-
AuthorPosts
-
yangyangli Friend
yangyangli
- Join date:
- July 2014
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 22
- Thanked:
- 12 times in 1 posts
October 7, 2014 at 4:27 pm #201894Hello,
There are a few small issues with JA Neuvo that are extremely frustrating and detracts from the user experience. One such issue I have encountered is the Megamenu. In the picture below, you will see that the Megamenu does not expand at the correct position. The Megamenu covers the menu button when it should expand below the menu button.Please assist! I have tried editing many CSS fields but changing one value often messes up my entire site. Thank you for your help!
yangyangli Friendyangyangli
- Join date:
- July 2014
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 22
- Thanked:
- 12 times in 1 posts
October 8, 2014 at 12:22 am #552177A quick follow up question: How to center the menu items in Megamenu?
Currently, the links are left justified. I want to make them centered. Thanks!Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 8, 2014 at 2:02 am #552192Hello
For you first problem .
Add this css code into your custom.css file
Path: css/custom.css@media (max-width: 1279px) {
.has-navbar-header .t3-mainnav .t3-navbar-collapse .navbar-nav {
margin: 0px;
}
}For the 2nd issue
<blockquote>A quick follow up question: How to center the menu items in Megamenu?
Currently, the links are left justified. I want to make them centered</blockquote>Currently the main nav has col-10 width and the menu float on the right . >>> http://prntscr.com/4u33iv
If you will add more menu items in it , it will auto adjusted . IF you are not adding more menu item in it , you need to change the main nav width .
Go to templatesja_nuevotplsblocks
find this code
$mainnavsize = 'col-lg-10 col-xs-6';
and change it into
$mainnavsize = 'col-lg-6 col-xs-6';
Now you can see your menu in the center >>> http://prntscr.com/4u352f
1 user says Thank You to Pankaj Sharma for this useful post
yangyangli Friendyangyangli
- Join date:
- July 2014
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 22
- Thanked:
- 12 times in 1 posts
October 8, 2014 at 4:42 pm #552310Yep! Thanks to your guidance I’ve worked it out. Much gratitude! :-*:-*:-*
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by yangyangli 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Megamenu Not Positioned Correctly
Viewing 4 posts - 1 through 4 (of 4 total)