-
AuthorPosts
-
Kevin Friend
Kevin
- Join date:
- May 2009
- Posts:
- 180
- Downloads:
- 298
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 9 times in 2 posts
May 4, 2015 at 4:19 am #206050I have two menus in the main menu that I don’t want to have linked to anything but if I set them to text separators or menu heading they start crowding the menu to the right. The only work around I have found that works is to create a link to something but for my application that is not possible. Is there something I missed in the tutorial on this or a post I could not find? Seems odd I could not find anyone else that had this problem but then I probably did not search for the right thing.
By the way, you guys out did yourself with this template. I am not easily impressed but this template is off the chart on the cool factor!
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
May 5, 2015 at 8:11 am #569470Add this code to Custom.css
.uber-header.header-4.light-color .navbar-default .navbar-nav > li > a{
padding: 10px 13px !important;
}Kevin FriendKevin
- Join date:
- May 2009
- Posts:
- 180
- Downloads:
- 298
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 9 times in 2 posts
May 5, 2015 at 2:17 pm #569534Thanks Chavan…
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
May 5, 2015 at 2:25 pm #569536you have missed a DOT ‘.’ while copy pasting my css code into custom.css. i have made some more modification to the code. please check this
.uber-header.header-4.light-color .navbar-default .navbar-nav > li > a {
font-weight: 300 !important;
line-height: 32px !important;
padding: 10px 13px !important;}
please check your site and confirm
Kevin FriendKevin
- Join date:
- May 2009
- Posts:
- 180
- Downloads:
- 298
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 9 times in 2 posts
May 5, 2015 at 4:18 pm #569550Perfect, thanks Chavan it is working perfectly now…;)
kella@youngerusa.com Friendkella@youngerusa.com
- Join date:
- January 2016
- Posts:
- 65
- Downloads:
- 46
- Uploads:
- 23
- Thanks:
- 9
February 5, 2016 at 5:43 pm #877400I am having this same problem but the code given isn’t solving it. Can you help?
-youngerusa.com/j3new
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 9, 2016 at 1:22 pm #879920@kella: Try to add the CSS style below to templates/uber/css/custom.css file
@media screen and (max-height: 700px) and (min-width: 992px) { .t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a { padding: 8px 10px !important; } } .uber-header.header-5.dark-color .navbar-default .navbar-nav > li > a { padding-right: 0px; }
Hope it helps
kella@youngerusa.com Friendkella@youngerusa.com
- Join date:
- January 2016
- Posts:
- 65
- Downloads:
- 46
- Uploads:
- 23
- Thanks:
- 9
February 9, 2016 at 2:21 pm #879950Thank you but I ended up using this code instead which seemed to work better.
.nav > li > .separator { text-transform: none; padding-left: 0; padding-right: 52px; font-weight: 700; }
-
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by kella@youngerusa.com 8 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum