I have a problem viewing the product archive. When I select the (Shop All) section, the images appear very small and disorganized
This topic has 4 replies, 3 voices, and was last updated 4 months, 1 weeks ago ago by Luca Rossi
I have a problem viewing the product archive. When I select the (Shop All) section, the images appear very small and disorganized
Hello, Tareqabodohon,
Thank you for reaching out to us.
Could you please provide temporary wp-admin access?
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
Best Regards,
8Theme’s Team
the wp-admin USer:
Hi @tareqabodohon,
Please try adding this custom CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:
.woocommerce-shop .products_categories_row .product.col-md-3.col-sm-6.col-xs-6 {
width: 100%;
}
.woocommerce-shop .products_categories_row .etheme-product-grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up