In some cases, you may observe an issue with category and subcategory display on shop and category pages.
Categories look like this:
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!