WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Template - All CSS 2
Nobody:
Really nice template - I want touse it for a site :-D
But I have a question: Where I can change the size of the menue? Look at my site:
http://www.sv-fitness.de
The letters A-Z should be in one line.
Either every cell menu (A-Z) should be smaller or the complete menu size should be sized up. Where I can do the things in the screen.css?
Greetz
Sebastian
gavjof:
You could always increase the width on #main from 750px.
The links have no width really, they just get some padding around the content:
See line 207...
--- Code: ---#nav ul li a {display: block; background: #666; padding: 5px 10px; ....
--- End code ---
Nobody:
And if I change this line:
#main from 750px
What I have to change, too? Is there anything to change or is it only #main?
gavjof:
Have a try. It depends on what resolution you're aimed for (with fixed width designs).
#main is the container div that holds all of the other content apart from '#extras' which sits outside this box and holds the footer details.
BerndJM:
Hi Sebastian,
change the padding from 10px to 9px:
--- Code: ---#nav ul li a {display: block; background: #666; padding: 5px 9px; padding-bottom: 4px; border-left: 1px solid #000; border-right: 1px solid #000; color: #fff; text-decoration: none;}
--- End code ---
this will do the trick
Greets Bernd
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version