Jump to content

[Solved] Featured products in line


Recommended Posts

I took a look at your site and you can solve your problem if you will do the following two things.

Go to themes/your-theme/css/global.css

Change line 694 to the following:

div#featured-products_block_center ul li:first-child {
   margin: 10px 5px 0 0;
}



Next, go to line 693 and change it to:

div#featured-products_block_center ul li {
   background: none repeat scroll 0 0 #FFFFFF;
   border: 1px solid #EEF2F4;
   float: left;
   height: 235px;
   margin: 10px 5px 0 0;
   position: relative;
   width: 228px;
}



The only thing different is the margin settings.

Hope this helps!

Marty Shue

Link to comment
Share on other sites

×
×
  • Create New...