I have a 4 column layout row that I would like to see reduced to 2 columns (and 2 rows) when the device is viewed at 767px or lower. Currently, the Enfold settings go from 4 across to 1 across.
You can view the page at the link provided in private.
Thanks!
Hey laptophobo,
Please try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top.page-id-3307 #wrap_all .flex_column.av_one_fourth {
width: 48% !important;
margin-right: 2% !important;
}
.responsive #top.page-id-3307 #wrap_all .flex_column_table_cell {
float: left !important;
}
}
Best regards,
Mike
That totally worked. Thanks Mike.
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike