Hi there,
i have managed to change my main body size without a problem, but my right coloum (Shipping & returns, etc and the register / log in) all go massive aswell.
what am i doing (done) wrong..
www.splay.co.uk
thanks
Hi there,
i have managed to change my main body size without a problem, but my right coloum (Shipping & returns, etc and the register / log in) all go massive aswell.
what am i doing (done) wrong..
www.splay.co.uk
thanks
for your home , login/register. look for following code in your stylesheet.css
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {stylesheet.css (line 298)
color:#000000;
font-size:1.2em;
margin:0;
padding:0 0.5em;
text-decoration:none;
white-space:nowrap;
}
change font size to smaller value.
for your sidebox.. you can add following to end of your stylesheet.css
.sideBoxContent {
font-size:1em;
}
or any other value.
Hi there,
just tested the side content one and that worked great..but the left hand coloumn still is the same font size??
vik
change the value for sidboxcontent
.sideBoxContent {
font-size:1em;
}
change to
.sideBoxContent {
font-size:0.8em;
}
and see if this solves the problem .
Hi tried that.
but still not luck,. only the right hand text changes??
Bookmarks