[Resolved] Is it possible to stretch the featured image on mobile view?

Home Forums Support [Resolved] Is it possible to stretch the featured image on mobile view?

Home Forums Support Is it possible to stretch the featured image on mobile view?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1484207
    Andy

    Hi there,

    I’d like to test out the featured image of my blog post without any padding on the left and right sides.

    Here’s a screenshot, is this possible? https://imgur.com/a/IlyG7D9

    Thank you,

    #1484571
    David
    Staff
    Customer Support

    Hi there,

    you can uncheck the Display padding around images option in Customizer > Layout > Blog –> Featured Images >> Posts. This will apply to Desktop and Mobile.

    For Mobile only instead of that option add this CSS:

    @media(max-width: 768px) {
        .page-header-image-single {
            margin-left: -25px;
            width: 100vw;
        }
    }
    #1485170
    Andy

    Thank you David, perfect!

    #1486176
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.