Chromium Solutions and FAQ

Print

Categories on Shop Page are Shown in One Column Instead of Several

In some cases, you may observe an issue with category and subcategory display on shop and category pages.

Categories look like this:

Categories are stacked one upon another
Categories are shown in one column, click to open a new tab with the full-size image on it

To resolve this issue log in to your WordPress dashboard, go to Appearance -> Customize -> Additiona CSS and add the following css code at the end and save changes:

/* Fix categories shown in one column */
li.product.product-category {
grid-column: auto;
}

This should resolve the issue. If the solution does not seem to work for some reason – please create a ticket at https://themeszone.freshdesk.com and provide temporary wp-admin access to your site in the ticket – we’ll help!

Leave a Reply

Your email address will not be published. Required fields are marked *