Tagged: columns
Hi there,
there seems to be a bug when you put a lot of columns on one page (see attached URL). When I resize the browser and make it really small (mobile view), the arrangement for the first project is okay (columns below each other). On the other projects, the columns are still next to each other.
Is there a workaround?
Thanks in advance!
Hey henningtillmann!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.flex_column {
width: 100% !important;
margin-left: 0;
}}
Best regards,
Yigit
Added, no change :-(
Hi!
Please change the code to following one
@media only screen and (max-width: 769px) {
.flex_column {
width: 100% !important;
margin-left: 0;
}}
Best regards,
Yigit
Thank you! It works!