Hi,
My two language icon seem to stick together, i want it to have space in between so that it will look nicer.
Does anyone know how to do that? Thanks!
eann
Hi,
My two language icon seem to stick together, i want it to have space in between so that it will look nicer.
Does anyone know how to do that? Thanks!
eann
A link to your site so we can see how your particular icons are configured?
www.zencart.vinsonhan.name
thanks..
P/s: this is just a testing site.
Good thing we got a link to look at, because the standard answer would have been useless for your Template Monster template.
Add to stylesheet_tm.css
.navigation .nav_1 a {padding:0 0 0 12px;}
Hi Glenn,
Thanks for your help and swift reply.
I've added to my stylesheet_tm.css as below:
.main {width:766px; margin:auto;}
.navigation {background:#2C2C2C; border-bottom:2px solid #000000;}
.navigation .left {float:left; padding:30px;}
.navigation .right {float:right; padding-right:30px;}
.navigation .links {text-align:right; padding:26px 0px 12px 0px; color:#6D6D6D;}
.navigation .links a {color:#6D6D6D;}
.navigation .nav_1 {float:left; padding:4px 15px 3px 0px;}
.navigation .nav_2, .navigation .nav_3 {float:left; padding:1px 15px; border-left:1px solid #4D4D4D;}
.navigation .nav_1 a {padding:0 0 0 12px;}
.navigation .input_search {width:110px; padding:3px;}
Is this correct?
I've FTP it but the icon still stick together...
Where did i done wrong?
Thanks!
Eann
The change never got to your site - it is not in either stylesheet_tm(old).css or stylesheet_tm.css.
Which brings up the fact that you can't save a backup copy of the stylesheet that way; any file named style*.css will automatically be loaded in alphabetical order. If you want to keep the old copy, save it somewhere else or name it stylesheet_tm.bak.
Hi,
Thanks so much!
It works after I deleted my stylesheet_tm(old).css file.
Cheers!