Tagged: responsive
Hi,
i have added a blog post widget which looks great on the desktop. I have set it so that two blog posts are always displayed next to each other (grid layout). But in the mobile view the headlines of the two adjacent blog posts overlap. It would be cool if I could somehow set up that in the mobile view only one block article is displayed at a time and not 2 next to each other.
Is that possible somehow?
Thanks for your help already!
Hey femo0347,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .slide-entry {
width: 100%;
margin-left: 0;
}
}
Best regards,
Rikard
Hi Rikard,
that works perfect! Thank you so much!
Best regards,
Felix
Hi Felix,
I’m glad that Rikard could help you out :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko