This topic has 2 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Rose Tyler
See below images from the actual devices. iphone 13 pro max displays normal where there are 2 products per row, but smaller iphones only display 1. how can it be changed so smaller iphones also display 2 product per row.
smaller iphone screen: https://prntscr.com/26nlfgr
iphone 13 pro max screen: https://prntscr.com/26nlfgt
8theme support login to the wordpress admin is provided in the private content area.
Hello,
Add the next code in Theme Options > Theme custom CSS > Mobile:
.products-grid .product {
width: 50% !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up