25th September 2014, 17:24
#11
1 out of 1 members found this post helpful.
Ai 2 variante. Ori il faci lat cat ecranul, ori il centrezi la fel ca restul site-ului.
Centrat:
In menu.css inlocuiesti #menu { ... } cu:
Cod HTML:
#menu {
position: relative;
clear: both;
width: 1200px;
background: #494158;
border-bottom: 6px solid #7B6;
z-index: 5;
margin: 0 auto;
}
Lat cat ecranul:
Tot in menu.css inlocuiesti #menu { ... } cu:
Cod HTML:
#menu {
position: relative;
clear: both;
width: 100%;
background: #494158;
border-bottom: 6px solid #7B6;
z-index: 5;
}