-
Author
-
May 17, 2018 at 10:26 #197904matthewokohParticipant
Hi
How can I increase the column on woocommerce single product page to 4 or 5 columns?
Any help would be great. Thank you in advance.
Attachments:
You must be logged in to view attached files.May 17, 2018 at 19:29 #197968RaduModeratorHi,
Three it’s the maximum default columns that you can have in a page like woocommerce pages generated dynamically.
The files that handles that are, and you can edit them as you need :
wp-content/themes/kleo/woocommerce/content-single-product.php
wp-content/themes/kleo/woocommerce/ Here are more files related to the product single page, if you will need to change to the modal you will have to edit this : wp-content/themes/kleo/woocommerce/content-single-product-modal.phpThey will be overwrited in child theme keeping the same structure example : wp-content/themes/kleo-child/woocommerce/content-single-product.php and so
Child theme needs to be installed and activated.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 18, 2018 at 16:27 #198045RaduModeratorH,
Check the screenshotadd there where you need before or after the main image
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 21, 2018 at 18:05 #198472RaduModeratorHi,
It’s recommanded to set the same with and height for all images to can have a grid gallery with 4 cols an 4 rows fit.
Go live in customizer then check the screenshot
Try this CSS
COPY CODE.kleo-woo-gallery.thumbnails .woocommerce-product-gallery__image a { width: 24.1% !important; padding:0 !important; margin:0 !important; }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 23, 2018 at 16:36 #198724RaduModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.