Aodhan Posted February 10, 2003 Share Posted February 10, 2003 Hey all- Got the infoboxes and layout modified on my site, but when I use the "featured products" option, the box comes up in the default style. Any idea how to change it to match the side boxes? http://www.gaeliccrossings.com/catalog Aodhan Link to comment Share on other sites More sharing options...
Guest Posted February 10, 2003 Share Posted February 10, 2003 I believe you need to look at your TD Class statements. Looking at the source code for your defaut.php, it looks like... 1. The TD with the left column table is using class="sidebar"2. Your left column infoboxes are using... 2a. class=boxHeaderString for the infobox headers. 2b. class=boxContentString for the infobox contents. 3. For the Feature Products infobox... 3a. The table is using class=infoBoxContents. 3b. class=infoBoxHeading for the infobox header. 3c. class=infoBoxContents for the infobox contents. If you change the class statements for the Featured Products box to the same as the left column infoboxes, that should solve your problem. Good Luck. -R Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.