Hello,
on desktops, my blog looks nice. I use blog multi author: https://kriesi.at/themes/enfold/blog/blog-multi-author/
But mobile (blog overview/archive) the featured image is left aligned (small, like in your demo version) and not full wide. How can I get it full wide?
Thank You
Best regards Wolfgang
Hey WolfgangEmmer,
Add this to quick css:
@media only screen and (max-width: 767px) {
.template-page .big-preview{
padding-left:0px!important;
}}
Best regards,
Jordan Shannon