-
AuthorPosts
-
May 9, 2016 at 3:20 am #628965
Hi team – I’m using the latest version of Firefox for Mac v 45.0.2…
The menu is displaying incorreclty – can you let me know what I need to do to fix this?
See screenshot
https://www.dropbox.com/s/doc51ve63lvhd53/Screen%20Shot%202016-05-09%20at%209.03.36%20am.png?dl=0
Cheers
May 10, 2016 at 11:53 am #629828Hi,
Can you post the link to the website please?
Regards,
JosueMay 11, 2016 at 5:04 am #630383Hi Sorry – here is the site
sasi-skin.com/site
May 11, 2016 at 5:42 am #630409Hi,
Don’t reduce the menu items width with negative margins:
.avia-menu-text{font-weight:normal;letter-spacing: 1px; margin-left: -5px; margin-right: -5px;}Instead, reduce the padding of the parent element:
.av-main-nav > li > a{ padding: 0 6px; }Best regards,
JosueMay 17, 2016 at 3:14 am #633413Hi – I added that and the navigation is now too wide and sits over the logo – which is why I added negative margins – to reduce the space bewteen each menu item – how do I do this safely?
cheers
May 17, 2016 at 8:48 pm #633958Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/
Best regards,
YigitMay 20, 2016 at 12:26 am #635612Hi This doesn’t solve the issue at all – the code is almost exactly the same as yours, sorry. The navigation is is overlapping on desktop browsers _not_ ipad’s I’ve fixed that already – this was never the issue.
I just want to reduce the left and right space between all the nav items.
See screenshot
https://www.dropbox.com/s/f2nuovcpssroagk/Screen%20Shot%202016-05-20%20at%208.26.30%20am.png?dl=0
May 20, 2016 at 12:39 am #635615I worked it out – the code needed more specificity,
#top #header .av-main-nav > li > a{
padding-left: 5px;
padding-right: 5px;
}May 20, 2016 at 6:32 am #635715Hi!
Glad you got it short out.
Please do let us know if we can do anything elseBest regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.
