I have set the blog page to “Raster” Layout, but unfortunately the headlines are laying one over the other. How can I make them responsive? Thanks. On the website’s blog you can see what I mean, when setting it to mobile view.
Hey mallorcamedia,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
margin: 0 !important;
width: 100% !important;
}
}
If you should need further help, then please include admin WordPress login details in private.
Best regards,
Rikard