Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help with this code for Main Page please

Help with this code for Main Page please

Views: 416

Results 1 to 1 of 1
7 Jun 2013, 7:09 AM
#1
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Help with this code for Main Page please

The Main Page opens to Featured Products, which is how I want it. What I'd like to do here is separate the Sale Products (Specials), so the heading title and images are below those of the Featured Products. This means that both Featured and Specials would be open on the main page ALWAYS, and you would simply have to scroll down to see one under the other.

This is what I have in includes/templates/custom_template/css/stylesheet_module_tabs.css

#moduleMenu { background:none; border:0px solid #000; border-bottom:0;}
#moduleMenu span{ float:left;}
#moduleMenu span a {color:#fffffd;display:block;outline:none;text-align:center;padding-top:20px;font-size:13px;font-weight:bold;}

#moduleMenu span a:active {}
#specialsDefault {display:block;}
.moduleBox{background: url(../images/sidebox-bk-1.png) repeat-x;width:624px;height:50px;padding-left:5px;margin-top:-29px;}
#moduleMenu-wrapper{border:1px solid #ccc;width:95%;margin:0 auto;background:#fff;margin-top:45px;}

http://designerperfumesnob.authsafe.com/

Thanks!