Dear Kriesi-Team,
I am really curious and dont get why this happens.
Please see private content for URL “page break fails in mobile”: I use 1/3 2/3 and 1/3 1/3 1/3 rows. Usually (like on the homepage – see other link in private content) the content breaks to full width once the display width is to small. Not in this case and I dont know why. The same layout works like a charm on the homepage.
I dont see any error or use custom CSS on the relevant parts.
Thank You,
Thomas
Hey mailworm!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.flex_column { width: 100% !important; margin-left: 0 !important; }}
Regards,
Yigit
Ok, I will try.
But why does this issue exist on one page, but on the other it does not?!? Its the same domain, same installation, etc.
Hey!
That seems to be a small glitch. Adding the code i posted above should fix it.
Regards,
Yigit
Hey Yigit, ok, but I would like to identify the cause. :-/