Can't center a menu- Fluid Grid Layout
i've tried , tried center menu @ top of site it's biased left. page template , i'd responsive different screen sizes....what missing?
here's template... http://sdrv.ms/1d8r95m
please , thanks!
try
#menu {
margin-top: 15px;
margin-bottom: 50px;
margin-right: auto;
margin-left: auto;
width: 90%;
}
#menu li {
width: 25%;
float: left;
font-size: 24px;
font-weight: bold;
list-style-type: none;
margin-right: auto;
margin-left: auto;
padding-right: 0%;
position: relative;
}
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment