Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / My information box links needs to be in seprated.

My information box links needs to be in seprated.

Locked

Views: 684

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
30 Mar 2008, 2:08 PM
#1
aleemx316 avatar

aleemx316

New Zenner

Join Date:
Mar 2008
Posts:
29
Plugin Contributions:
0

My information box links needs to be in seprated.

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

??

30 Mar 2008, 5:46 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: My information box links needs to be in seprated.

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).

30 Mar 2008, 10:38 PM
#3
aleemx316 avatar

aleemx316

New Zenner

Join Date:
Mar 2008
Posts:
29
Plugin Contributions:
0

Re: My information box links needs to be in seprated.

hey thanx a million it worked

KUDOS:clap: