This topic has 4 replies, 3 voices, and was last updated 5 years, 10 months ago ago by Olga Barlow
Hi – I am trying to increase the size of the products/artworks when viewing the site on a mobile so that you only have one product per row versus the current 2. I have looked for a setting in the system, but cannot find it. Is there a class I can assign (if yes, what is the appropriate div tag) to make this happen?
I would also like to modify the menu on mobile to say ‘menu’ versus the three horizontal black bars. Can you point me to the file(s) where I can make that adjustment?
Hello,
1) You can add this code in Theme Options > Custom css > Custom css for mobile:
.products-grid .product {
width: 100% !important;
}
2) Gloab custom css:
.et-burger:before {
content: "Menu";
font-size: 12px;
font-family: Lato;
line-height: 3;
}
Regards
perfect! Thank you so much!
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up