This topic has 4 replies, 3 voices, and was last updated 3 years, 11 months ago ago by Olga Barlow
Hi guys,
There are 2 columns into product categories but I want to display only 1 column on MOBILE. I can’t see this option in Theme Option, how can I solve? Thanks!
Hi,
Add the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:
.products-grid .product {
width: 100%;
}
Regards
Thanks! It works fine. There is one more thing. I want to change the Product meta title “Category” * on the single product page. I think it’s not CSS so I can’t understand where I have to modify this. Could you help me?
* Category: Wandprodukte -> Kategorie: Wandprodukte
Hello,
Translate theme https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
You’ll be able to find this string in theme translation files.
Regards
You must be logged in to reply to this topic.Log in/Sign up