Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Featured Products Formatting/Alignment Issue

Featured Products Formatting/Alignment Issue

Views: 671

Results 1 to 3 of 3
16 Jan 2011, 5:29 AM
#1
leatris avatar

leatris

New Zenner

Join Date:
Mar 2010
Location:
Washington Coast
Posts:
12
Plugin Contributions:
0

Featured Products Formatting/Alignment Issue

Hello,
my site: http://creativedesignsbyrobbie.com/
On the main page "Featured Products" is fine; but if I click on the link to "Necklaces" (http://creativedesignsbyrobbie.com/index.php?main_page=index&cPath=87) the "Featured Products" slides up and behind my table for my links. How do I either not have it on any page but the main page or push it down the center column?
Using version 1.3.8A.
Thanks in advance.:blink:

16 Jan 2011, 2:23 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Featured Products Formatting/Alignment Issue

You could add something like this to the stylesheet:

#indexCategories .centerBoxWrapper {
margin:16em 0 0 0;
}

19 Jan 2011, 12:37 AM
#3
leatris avatar

leatris

New Zenner

Join Date:
Mar 2010
Location:
Washington Coast
Posts:
12
Plugin Contributions:
0

Re: Featured Products Formatting/Alignment Issue

Thank you so much - it worked perfectly!!:D