Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Featured Products Box - Adding Space Above...

Featured Products Box - Adding Space Above...

Locked

Views: 1,030

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
25 May 2009, 11:34 PM
#1
stiggy100 avatar

stiggy100

Zen Follower

Join Date:
Jan 2009
Posts:
298
Plugin Contributions:
0

Featured Products Box - Adding Space Above...

Hi,

Im having troble trying to locate how I would add some spacing above my featured products box. The issue is that when I have category images below the categories description, this box is too close for my liking!

Does anyone have any suggestions where I can add some space below the product category pictures and above the featured products box?

http://www.realfairtrade.com/index.php?main_page=index&cPath=70

Thanks...

26 May 2009, 12:05 AM
#2
haredo avatar

haredo

Totally Zenned

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

Re: Featured Products Box - Adding Space Above...

St,
Locate this:
includes/templates/forest_path/css/stylesheet.css
Find this:

.centerBoxWrapper {
border:1px solid #904C01;
height:1%;
margin:1.1em 0;
}

  1. The highlighted red font above is your change
26 May 2009, 12:06 AM
#3
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Featured Products Box - Adding Space Above...

add following to your stylesheet.css

.whatsNew {
margin-top:5em;
}

change value to any that suite you ..
hope this helps.

26 May 2009, 12:20 AM
#4
stiggy100 avatar

stiggy100

Zen Follower

Join Date:
Jan 2009
Posts:
298
Plugin Contributions:
0

Re: Featured Products Box - Adding Space Above...

Thanks Guys...

Appreicate it!

26 May 2009, 1:37 AM
#5
haredo avatar

haredo

Totally Zenned

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

Re: Featured Products Box - Adding Space Above...

St,
Your Welcome