- Posts: 11
- Thank you received: 0
Menu issue in Safari
-
stevenjonesonline@gmail.com
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 8 months ago #9200
by stevenjonesonline@gmail.com
Menu issue in Safari was created by stevenjonesonline@gmail.com
Hi there,
Occasionally as the page renders in Safari, the menu does not fill out the space as it should.
As per attached - the fifth item isn't showing completely, and bumps into the last item.
I've tried adding min-width to #nav a and this seems to help a tiny bit. But the issue is still there and the menu items overlap.
bit.ly/m36qd9
You may need to navigate to the page/refresh to make the issue appear.
Please help.
Occasionally as the page renders in Safari, the menu does not fill out the space as it should.
As per attached - the fifth item isn't showing completely, and bumps into the last item.
I've tried adding min-width to #nav a and this seems to help a tiny bit. But the issue is still there and the menu items overlap.
bit.ly/m36qd9
You may need to navigate to the page/refresh to make the issue appear.
Please help.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #9220
by ivan.milic
Replied by ivan.milic on topic Re: Menu issue in Safari
Hi,
in templete_css.css there is this:
#nav li {
float: left;
margin: 0 5px;
position: relative;
line-height: 27px;
min-width: 65px;
}
see what happens when you remove min-width: 65px; and if that does not help put some bigger value like: min-width: 100px;
in templete_css.css there is this:
#nav li {
float: left;
margin: 0 5px;
position: relative;
line-height: 27px;
min-width: 65px;
}
see what happens when you remove min-width: 65px; and if that does not help put some bigger value like: min-width: 100px;
Please Log in to join the conversation.
-
stevenjonesonline@gmail.com
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
13 years 8 months ago #9223
by stevenjonesonline@gmail.com
Replied by stevenjonesonline@gmail.com on topic Re: Menu issue in Safari
Hi there,
Thank you for your reply.
I'm having to use the min-width as a temporary fix. Seems to be working.
If I push the value any higher then the menu items don't centre nicely in the green tabs.
Thank you for your reply.
I'm having to use the min-width as a temporary fix. Seems to be working.
If I push the value any higher then the menu items don't centre nicely in the green tabs.
Please Log in to join the conversation.
Time to create page: 0.159 seconds