Site logo

[Resolved] Make Featured image full size on mobile

Home Forums Support [Resolved] Make Featured image full size on mobile

Home Forums Support Make Featured image full size on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1831735
    Rohith

    I want to make the featured images of full size on mobile homepage (Fit to screen).

    #1832709
    Rohith

    ??

    #1832752
    Ying
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
    .home .inside-article .post-image img {
        width: 100%;
    }
    .home.inside-article .post-image {
        margin: -40px -40px 0 -40px !important;
    }
    }
    #1832755
    Rohith

    Hey thanks, It worked!
    Could you please also reply to my other threads. I am waiting from past more than 1 day for replies.
    https://generatepress.com/forums/topic/hide-first-two-grids-in-dispatch-theme/
    https://generatepress.com/forums/topic/create-featured-content-on-homepage/

    #1832759
    Ying
    Staff
    Customer Support

    In the first link, your waiting time is less than 1 hour.

    In the second link, your waiting time is less than 5 hours.

    We try to reply within 24 hours.

    Thanks for your patience.

    #1832766
    Rohith

    No, you are wrong in second link. I have dropped two more messages recently. The last reply from your team was at June 22, 2021 at 9:30 am. Please check it’s more than 24 hours

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Make Featured image full size on mobile’ is closed to new replies.