Hello Folks!
I need your help. I don’t know why but in my website: http://www.vintam.com, concretely in the main page, I have set up as a gallery. At the bottom you can see a list of menus bellow:
I need to show all that stuff but I hate that it is showed in two rows. I mean, last menu (contacto) appears in the second line. I don’t know what I have to change.
Thanks you in advance
Now is fixed bc I change Información to Info. It seems that the problem is the length to the line so if I had to add a new menu the problem would appear again.
I also take the topic to ask if it is possible to set up a center alignment to this line.
Thanks in advance
Where can I find this “info”? I have the same problem of having 2 rows menu. Thanks.
Ok found it in style.css I changed the font size
Could you explain me what line you changed?
The problem is also the allignation. It seems that all menus aren’t at the center to the main page.
Thanks in advance
Yeah well, it didn’t bother me that much when it comes to the menu alignment. Actually I didn’t notice that until you mentioned it.
Could you explain me what line you changed in style.css? I want to do the same.
Thanks in advance
Hello, sorry for the delay, I’ve been out. Well about the bottom menu, I’m not really sure how I did it, but here’s what I have:
.nav {
width:940px;
height:24px;
margin:0 auto;
margin-bottom:50px;
font-size:20px;
font-weight:bold
line-height:20px;
}
So probably you might want to adjust the width?