forsane Posted February 16, 2016 Share Posted February 16, 2016 hi .. please how i can Keep just three product în horizontal .. like this image ---> 1 Link to comment Share on other sites More sharing options...
shacker Posted February 23, 2016 Share Posted February 23, 2016 you need to edit the themes/default-bootstrap/product-list.tpl and change the rows <li class="ajax_block_product{if $page_name == 'index' || $page_name == 'product'} col-xs-12 col-sm-4 col-md-3 to <li class="ajax_block_product{if $page_name == 'index' || $page_name == 'product'} col-xs-12 col-sm-4 col-md-4 1 Link to comment Share on other sites More sharing options...
forsane Posted February 25, 2016 Author Share Posted February 25, 2016 thank you and plaise tell me i went to change the colors of just the three last columns look at example in the picture pleaaaaaase -----> Link to comment Share on other sites More sharing options...
NemoPS Posted February 26, 2016 Share Posted February 26, 2016 Unless they have a specific class/id (we'd need a link to know this) you have to use a specific nth-child selector with css. A url would help Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now