Hello my zen cart site here
http://www.bescaribbean.net/products
if you look at the information box the returns and contact us link is in the same line
how can i have them in separete lines like
returns
contac us
??
Hello my zen cart site here
http://www.bescaribbean.net/products
if you look at the information box the returns and contact us link is in the same line
how can i have them in separete lines like
returns
contac us
??
Add to your stylesheet (/includes/templates/trublu/css/stylesheet.css):
#information-content a {display: block;}
They should display on separate lines by default, but something about your template/stylesheet is hobbling that. Maybe the table layout that is imposed by the template affects it.
Or maybe whatever you did to turn off the other links in that sidebox messed up the linefeed as well (the other links are still there in your view source, only with blank spaces for names).
hey thanx a million it worked
KUDOS![]()