2 columns problem in mobile android browser
Hello,
People see the website from facebook that automatically uses android browser and the rows that are split in two columns, they are split in 2 columns even for mobile. In chrome is ok. I tried to force display block in columns but after the order not working (right column first). I use Page Builder Framework theme.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Maria
Thanks for reaching out.
Do you have a public URL where we can take a look at what’s going on?
Kind regards
Andrew
Hello Andrew,
I found out that i had to force the row to read this for mobile screens
.siteorigin-panels-stretch {
-webkit-flex-direction: column!important;
flex-direction: column!important;
}
after that it worked ok.
Thank you :)
Hi Maria
Thanks for your feedback. I’m glad to hear you were able to make progress with a Custom CSS rule.
All the best with your site.
Kind regards
Andrew
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.