Jump to content

[SOLVED] Featured Products


Guest

Recommended Posts

We feature a lot of products on our home page however there is a large gap between each product, i have attached a print screen that shows the large spaces, is there anything i can do to remove this as i think it is difficult to understand what "buy it now" button goes to each product.

Thanks in advance.

26257_jioK3e8Yv8rr6CIY1pEE_t

Link to comment
Share on other sites

Edit the following block in the /* Styles for products blocks */ section of your global.css:

#center_column div.products_block p.product_desc {
   height: 9em;
   color: #595a5e
}



Reduce the height from 9em to a lower number.

Link to comment
Share on other sites

  • 2 weeks later...

Thank you for the support, it worked great!

One more question though as it is still a little unclear to understand which product goes to which button, would it be possible to put a line under each row so that it is more clear?

Thanks in advance.

Link to comment
Share on other sites

There already is a line, but it is white, so it is hard to see. You can change the line to black by changing the following block on line 972 of global.css (in the /* Special style for block products in center column */ section):

#center_column .products_block ul li {
   float: left;
   background-color: #d0d3d8;
   margin-top: 0;
   padding: 0 0 1px;
   width: 133px;
   border-right: 1px solid white;
   border-bottom: 1px solid white
}



Change white to #000 for border-right and border-bottom.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...