iPhones responsive columns are messed up
This support request was posted in Smart by ninanevski
- ninanevski December 3, 2019 at 8:28 pm
Hi,
My website looks great on android mobile devices, all the columns appear responsive and align in one single colunm.
However, when I view the same page on an iPhone, (this page in particular: https://www.worshippianotutorials.com/play-beautifully/) it shows everything in two columns and you can’t see parts of that second column.
How can I make iphone see it in one/ single, responsive column?
Thanks in advance!
Juanfra Aldasoro December 17, 2019 at 1:23 pmHi,
Thanks for reaching out to us. I hope you’re doing well.
Would you please add the following custom CSS:
@media all and (max-width: 767px) { .nice_row-inner, .vc_inner, .row-inner { display: block; } .background-inner:empty { display: initial !important; } }
Best,
Juanninanevski March 3, 2020 at 6:30 pmHi,
I am still experiencing this issue, even after adding the code.
Here is the page I’m working on: http://worshippianotutorials.com/new
And on android, all columns show as one single column.
However, on iPhones, the columns squish all together in one space. Please help! It looks awful 🙁
Juanfra Aldasoro March 10, 2020 at 10:56 amHi,
Can you please send a screenshot of how it looks?
Best,
Juan.ninanevski March 25, 2020 at 9:49 pmHere are screenshots of how it looks like on the iPhone.
https://ibb.co/dQf4vr6
https://ibb.co/Pcpb5D6
https://ibb.co/QmH3gTW
You must be logged in to reply to this topic.