I’m using 1/4 columns within Layout Elements. On desktop, it is viewed at 4 columns x 4 rows. On mobile view, they collapse into a single column. I’d like for the content on the mobile view to show 2 columns (8 rows).
In private is the site location.
Hey laptophobo,
Please try this css:
@media only screen and (max-width: 767px) {
.responsive #top.page-id-1642 #wrap_all #after_section_1 .sc-av_one_fourth .av_one_fourth {
width: 47%;
float: left;
margin-right: 3%;
}
.responsive #top.page-id-1642 #wrap_all #after_section_1 .sc-av_one_fourth .av_one_fourth.first {
clear: none;
}
.responsive #top.page-id-1642 #wrap_all #after_section_1 .sc-av_one_fourth .av_one_fourth.avia-builder-el-9,
.responsive #top.page-id-1642 #wrap_all #after_section_1 .sc-av_one_fourth .av_one_fourth.avia-builder-el-25,
.responsive #top.page-id-1642 #wrap_all #after_section_1 .sc-av_one_fourth .av_one_fourth.avia-builder-el-33 {
clear: both;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Yup, that worked. Thanks! (you can close this topic now.)
Hi laptophobo,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko