How to add third column on subcategory page?

Multipurpose WordPress Theme Forum Support
GK User
Sat Sep 10, 2016 8:02 am
When a top level category page is opened it lists the sub-categories in two columns. How can I make this three columns?

Please see the attached screenshot ...

Untitled-1.jpg
User avatar
Fresh Boarder

Joshua M
Mon Sep 12, 2016 7:49 am
Hi,

Could you please provide me with a URL to your page with this sub-categories list, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Mon Sep 12, 2016 7:55 pm
Sent via PM
User avatar
Fresh Boarder

Joshua M
Tue Sep 13, 2016 8:29 am
Try to add the following code into the theme’s css/override.css file or use any custom css plugin:
Code: Select all
ul.products li.product.product-category {
    width: 33%;
    clear: none;
}
User avatar
Moderator

GK User
Wed Sep 14, 2016 6:23 am
Thank you so much!
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.