Tagged: columns, mobile, responsive
Hi,
I used the demo import https://kriesi.at/themes/enfold-lifestyle-blog/ for my website and have a question about the blog items presented in 2 columns.
I would like the 2 columns to become 1 on smaller screens such as mobile devices. But it stays a 2 columns presentation.
Do you have a suggestion how I can make this more responsive?
Best regards
Arnout
Hey arnoutc,
Add this to quick css:
@media only screen and (max-width: 767px){
.avia-content-slider1 article{
width:100%!important;
}}
Best regards,
Jordan Shannon
That solved it. Thank you very much Jordan!
Best regards,
Arnout
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon