Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Left column text spacing & underline

Left column text spacing & underline

Locked

Views: 1,447

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
7 Mar 2008, 2:07 AM
#1
vik007 avatar

vik007

Zen Follower

Join Date:
Feb 2007
Posts:
201
Plugin Contributions:
0

Left column text spacing & underline

Hi guys,

Seems so simple but cant seem to work it out :huh:

i want the product list on the left hand side of the page to be more spaced out. (https://www.splay.co.uk)

so for example:

Badminton
Boxing
Cricket

needs to be like this (and underlined if possible)

Badminton

Boxing

Cricket

Thnanks in advance guys..

7 Mar 2008, 7:11 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: Left column text spacing & underline

This should do the trick!!!
Add, this to your override folder for the file stylesheet.css

a.category-top {
line-height: 1.8em;
}

#categoriesContent {
text-decoration: underline;
}

7 Mar 2008, 12:00 PM
#3
vik007 avatar

vik007

Zen Follower

Join Date:
Feb 2007
Posts:
201
Plugin Contributions:
0

Re: Left column text spacing & underline

Hi, thank you for that:-)

  1. How do i make the underline white?? and not black?? :huh:

  2. How do i add small arrows like this in front of all the catogories (>>)

Thanks in advance

7 Mar 2008, 5:54 PM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: Left column text spacing & underline

  1. How do i make the underline white?? and not black?? :huh:

Try this!
text-decoration: underline; color: white;

8 Mar 2008, 1:02 AM
#5
vik007 avatar

vik007

Zen Follower

Join Date:
Feb 2007
Posts:
201
Plugin Contributions:
0

Re: Left column text spacing & underline

worked a treat:-)

thank you

8 Mar 2008, 3:42 AM
#6
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: Left column text spacing & underline

V,
You are most welcome,
Thanks for the reply back, glad you are happy. :smile::smile:

9 Mar 2008, 2:10 AM
#7
vik007 avatar

vik007

Zen Follower

Join Date:
Feb 2007
Posts:
201
Plugin Contributions:
0

Re: Left column text spacing & underline

Just another query..

How would i add dotted line beneath the underlined links?

so it would be between the links??

eg:

BADMINTON
-------------------- <<<-----(TRYING TO CREATE THESE)
CRICKET
--------------------
FOOTBALL

CHEERS..