Fix the top menu

  • MatzeRe
    Inactive member
  • Topic Author
  • New Member
  • New Member
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

Please Log in to join the conversation.

More
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;
}
The following user(s) said Thank You: MatzeRe

Please Log in to join the conversation.

  • MatzeRe
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 7 months ago #20837 by MatzeRe
Replied by MatzeRe on topic Fix the top menu
Wow it works!

Thank you so much! You guys are really great! ;)

Have a nice day!

Please Log in to join the conversation.

Time to create page: 0.167 seconds
Powered by Kunena Forum