-
AuthorPosts
-
billrust Friend
billrust
- Join date:
- March 2011
- Posts:
- 121
- Downloads:
- 35
- Uploads:
- 13
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
August 20, 2013 at 5:25 pm #189897I am a few pixels off on my last mega menu item’s hover action.
http://hunt.bwpcommunications.com/index.php
If you hover over Contact Us (for right on main nav) the light grey hover background color does not go all the way to the right to fully cover the main menu’s color.
If I add any more padding or margin to the class for all the menu item, my menu breaks down to a 2nd line, which is no good.
Is there a way to add a little more padding to the right of the last menu item’s hover bg color so it spans all the way to the right of the menu?
Thanks,
Bill
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 21, 2013 at 3:39 am #502950Hi Bill again,
Try to add this css rule:
.ja-megamenu ul.level0 li.mega.last {
width: 125px;
}
into file: /templates/ja_template_name/css/template.css
and clean JAT3 cache then.
Hope this helps.
billrust Friendbillrust
- Join date:
- March 2011
- Posts:
- 121
- Downloads:
- 35
- Uploads:
- 13
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
August 21, 2013 at 1:28 pm #503026<em>@Saguaros 385821 wrote:</em><blockquote>Hi Bill again,
Try to add this css rule:
.ja-megamenu ul.level0 li.mega.last {
width: 125px;
}
into file: /templates/ja_template_name/css/template.css
and clean JAT3 cache then.
Hope this helps.</blockquote>
Worked perfect! You are always so helpful!!!
Thanks again,
BillSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
billrust Friendbillrust
- Join date:
- March 2011
- Posts:
- 121
- Downloads:
- 35
- Uploads:
- 13
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
August 30, 2013 at 7:16 pm #504136Another minor issue with this last menu item. In IE and Safari, when you hover over Contact Us, the background hover color is way too big. I have tried everything I can think of, for days, and cannot figure out how to make it perfect 🙁
Any ideas? only happens in IE and Safari.
Bill
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 20, 2013 at 4:30 am #506432HI Bill
Sorry for this late response, you can try to open template.css file again and add this css rule:
.ja-megamenu ul.level0 li.mega.last:hover {
padding-right: 17px !important;
}
Then clean JAT3 cache.
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Mega Menu, last item hover width (or padding?)
Viewing 6 posts - 1 through 6 (of 6 total)