- Posts: 12
- Thank you received: 0
Fix the top menu
-
MatzeRe
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 7 months ago #20796
by MatzeRe
Fix the top menu was created by MatzeRe
Hi all,
I've got a problem with my site. When I'm using for example a webbook with a small resolution, the menu will be wrapped.
What can I do to fix the width of the top menu?
Here's the URL to my page:
www.matze-photo.de
Thanks in advance!
BR
Matze
I've got a problem with my site. When I'm using for example a webbook with a small resolution, the menu will be wrapped.
What can I do to fix the width of the top menu?
Here's the URL to my page:
www.matze-photo.de
Thanks in advance!
BR
Matze
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #20798
by ivan.milic
Replied by ivan.milic on topic Fix the top menu
open template_css.css:
#nav li {
float: left;
position: relative;
margin: 0 2px 0 0;
height: 73px;
font-size: 14px;
width: 200px;
text-align: center;
}
change width: 200px; to width: 190px;
after add this:
#nav.menu{
width: 1000px;
}
#nav li {
float: left;
position: relative;
margin: 0 2px 0 0;
height: 73px;
font-size: 14px;
width: 200px;
text-align: center;
}
change width: 200px; to width: 190px;
after add this:
#nav.menu{
width: 1000px;
}
The following user(s) said Thank You: MatzeRe
Please Log in to join the conversation.
Time to create page: 0.167 seconds