Jump to content

[Solved]Widen Center Column Product List


Liquidus

Recommended Posts

Hello,

I am trying for hours to widen the center column on my products list page.

http://www.multemargele.ro/44-zale <--- i'd want to have 4 products per row, and sorty by should be at the far right of the page, not middle (and also those pink lines).

So far i have managed to widen the pages in the categories and homepage http://www.multemarg...esorii-metalice but cant figure out how to do it on the product list page.

Please help!

 

I have tried inserting this to global.css

body#category #center_column {width:951px}

body#category #right_column {display:none}

But it dosnt work, it will move the center column at the bottom of the page

Edited by Liquidus (see edit history)
Link to comment
Share on other sites

1

global.css

change the width to: 736px; in:

#tabs-sort-container {
border-bottom: 1px solid #FCD6E1;
border-top: 1px solid #FCD6E1;
float: left;
margin: 10px 0;
padding: 6px;
width: 510px;
}

effect:

wrLLHi8.png

 

 

2

/themes/PRS020041/css/product_list.css

remove width: 525px; in:

ul#in_grid {
list-style-type: none;
overflow: hidden;
width: 525px;
}

 

effect:

Fu3KT4d.png

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