Site logo

Archived topic

Make Mobile Blog Featured Image Fullscreen

7 replies · Started by rollitobot on March 20, 2020

Viewing posts 1–8 of 8

Hi Team!

I've checked all the support pages but i havent found nothig about this, sorry if i have overlook something...

I would like to put the images of the main page of the blog, extended or full screen ONLY on mobile devices.
Is there any form to do this??

Look, my page (my first web!) is :
and I would make the principal page of the blog on mobile, like this: (all the post images expanded...)

Thaks for your support, I've learned a great deal... Regards from spain!

Yeees! Exactly! Is there anyway to do this??

Nothing happens.... the padding is still appearing
Display padding not working!

Hmm - odd. Leave that option enabled and add his CSS:

@media (max-width: 768px){
    .no-featured-image-padding .post-image {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}

Yeaaaah! It works!!
But, why 'no featured image'?? I don't understand this. The images of the posts, are supposed to be a featured images...

Thanks a lot for your support!

Not sure what you mean? The class is no-featured-image-padding which is the name of the option.

This archived topic is closed to new replies.