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 ...
Please see the attached screenshot ...
Untitled-1.jpg
-
- 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?
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?
-
- Moderator
- GK User
- Mon Sep 12, 2016 7:55 pm
Sent via PM
-
- 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;
}
-
- Moderator
- GK User
- Wed Sep 14, 2016 6:23 am
Thank you so much!
-
- Fresh Boarder
5 posts
• Page 1 of 1