Jump to content

Other products


Recommended Posts

Hello,

When I click on a products, I can see other products in the same category. The problem is that it's going vertical, and not horizontal.

I got this CSS, and made it myself.

#productscategory,#productscategory_noscroll,#productscategory_list ul
{

display: inline;
list-style-type: none;"
}

#productscategory,#productscategory_noscroll,#productscategory_list li
{
padding-bottom: 10px;
padding-top: 10px;
float: left;
padding-right: 15px;
}



It works on some products (?) that only has id="productscategory", but not the other ones.
The problem is that prestashop is setting width on the products, like:







           Electroplate...










How can i remove that width, or how can i try to oversteer it by CSS? Thanks for all help!

Link to comment
Share on other sites

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...