• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 10.03.17, 09:34
  • Opened by: andrea
  • Closed by: Marek
  • Closed on: 06.04.17, 09:41
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10296 - remove left column in category page

Hello I want to remove the left column from category page: I have already tried using theme → option but I have some issues

How I can remove this column and have “#center_column” full width?

Of course I also need to have more than 4 product for row, when full width

thanks you

Comments

Marek 10 Mar 2017, 10:45

Hi Andrea.
Try following css:

#category #left_column {display:none}
#category #center_column {width:100%}
andrea 10 Mar 2017, 10:57

I already tried that, doesn’t work (see attach)

Marek 10 Mar 2017, 11:14

I just fixed that, please check it out http://brunocenere.com/it/14-cinture-pelle

andrea 10 Mar 2017, 11:28

Very good, thanks
Can I know how you do it? using css?

Marek 10 Mar 2017, 11:34

Here is additional code:

body .view_grid .product_list > li:nth-child(5n+5) {margin-right: 0}