Hello,
I’d like to have the double column on the blog transform to single column on mobile. I don’t see any option to do that though.
Hey feoleb,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.page-id-162 .slide-entry {
width:100% !important;
margin-left:0 !important;
}
}
Best regards,
Rikard
Hello,
Thanks that did it! It looks great now on mobile.