- Posts: 62
- Thank you received: 0
Safari Issue (Menu Item Dropping)
-
lmw1
Inactive member - Topic Author
- Member
Less
More
10 years 9 months ago #37560
by lmw1
Safari Issue (Menu Item Dropping) was created by lmw1
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #37562
by ivan.milic
Replied by ivan.milic on topic Safari Issue (Menu Item Dropping)
You can make font smaller so all items could fit, in template_css.css:
#nav a {
display: block;
padding: 13px 10px;
text-decoration: none;
font-size: 12px;
text-transform: uppercase;
}
decrease font-size: 12px;
#nav a {
display: block;
padding: 13px 10px;
text-decoration: none;
font-size: 12px;
text-transform: uppercase;
}
decrease font-size: 12px;
Please Log in to join the conversation.
-
lmw1
Inactive member - Topic Author
- Member
Less
More
- Posts: 62
- Thank you received: 0
10 years 9 months ago #37563
by lmw1
Replied by lmw1 on topic Safari Issue (Menu Item Dropping)
The font size is already 12px
Ideas?
Respectfully,
LMW1
Ideas?
Respectfully,
LMW1
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #37565
by ivan.milic
Replied by ivan.milic on topic Safari Issue (Menu Item Dropping)
Ok so decrease, I think 11px will fit
Please Log in to join the conversation.
Time to create page: 0.138 seconds