This topic has 4 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Just a Few questions about mobile view:
1: the static block footer is being split into two columns on iphone. The address should be under the email address.
2: is there a way to make the shop grid show 3 category columns rather than the one long one on mobile
Hello,
1. I see footer on mobile correctly:
http://storage8.static.itmages.com/i/17/0113/h_1484304485_1842477_26171d925b.jpeg
What device are you checking in?
2. You can make 2 columns per row using this css code:
@media (max-width: 480px) {.products-grid .product {
width: 50% !important;
float: left;
}
.categories-mask h4 {
font-size: 16px;
}}
Regards,
Eva Kemp.
The Code worked perfectly!
1: that image is from apple iphone 6 it also appears like that on iphone 7.
It works the way it should on android devices
Hello,
I checked your site on iPhone 6s and everything works now. Please see screenshot: http://prntscr.com/dwb9h3
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up