Is it possible for the single links in the main menu to be wider? I want to create link to a page called "Reklama zewnętrzna", but it's to wide and the word "zewnętrzna" goes to the line below, it doesn't look very good. I tried putting non-breaking space between them, but it doesn't really help - it stays in one line, but the second word covers next link.
Main menu - width of the single link
4 posts from 3 voices-
Posted 1 year ago #
-
I've found solution on my own - in styles I found this section:
#top .main_menu .menu a{
display:block;
float:left;
line-height:18px;
outline:medium none;
padding:2px 15px;
text-decoration:none;
max-width:105px;
min-height: 35px;
z-index: 10;
position: relative;
}and I've changed max-width from 105 to 150 px - works perfectly ;)
Posted 1 year ago # -
Glad that you found the solution :)
Posted 1 year ago # -
Thank you Signum! I did a forum search and found my question re: menu width had been already answered. I really appreciate it.
Posted 1 year ago #
Reply
You must log in to post.














