On a blog page, the blog posts are set to have 2 Blog Grid Columns. Can this be set to changed to 1 column only on mobile?
Hi Tanja,
Please add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:479px) {
.responsive #top #wrap_all .slide-entry {
width: 100%;
margin: 0;
}
.responsive #top #wrap_all .slide-entry-wrap .slide-entry:first-child {
margin-bottom: 40px;
}
}
Hope it helps.
Best regards,
Nikko
Perfect, thank you!
Hi,
Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike