Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / increase margins text left column.

increase margins text left column.

Locked

Views: 1,713

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
28 Aug 2008, 1:45 AM
#1
lieven23 avatar

lieven23

Zen Follower

Join Date:
Aug 2008
Posts:
340
Plugin Contributions:
0

increase margins text left column.

How can I increase the space before the content of the left column (categories, info...)
The text appears a little to close to the left edge.
It 's probably something with the margins of stylesheet.css ,but I don't know which rule to alter.

28 Aug 2008, 2:00 AM
#2
lieven23 avatar

lieven23

Zen Follower

Join Date:
Aug 2008
Posts:
340
Plugin Contributions:
0

Re: increase margins text left column.

lieven23:

How can I increase the space before the content of the left column (categories, info...)
The text appears a little to close to the left edge.
It 's probably something with the margins of stylesheet.css ,but I don't know which rule to alter.

how editing the margins of the content of the side boxes.

28 Aug 2008, 3:02 AM
#3
gjh42 avatar

gjh42

Black Belt

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

Re: increase margins text left column.

This is where it will be useful for you to install Firefox and its Web Developer extension, so you can find the answers by yourself.

The Web Developer's Information > Display Element Information button will show you which class or id applies to any element you click on, and the CSS > Edit CSS button will let you try stylesheet changes and see results instantly.

28 Aug 2008, 11:06 AM
#4
lieven23 avatar

lieven23

Zen Follower

Join Date:
Aug 2008
Posts:
340
Plugin Contributions:
0

Re: increase margins text left column.

This is a beautiful tool.

28 Aug 2008, 1:06 PM
#5
lieven23 avatar

lieven23

Zen Follower

Join Date:
Aug 2008
Posts:
340
Plugin Contributions:
0

Re: increase margins text left column.

I have added this piece of code en it does it.

#navColumnOneWrapper{padding-left:5px;}