mobile cover image

This topic contains 2 replies, has 2 voices, and was last updated by  Pedro Perez 4 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #537187

    Pedro Perez
    Free User
    Post count: 196

    Hi:
    How can I make the main image of the site cover cover the full screen on mobile devices?

    Thank you.

    #537189

    Kor
    Moderator
    Post count: 16516

    Hi Pedro,

    Thanks for your post. You can use the custom CSS code below.

    @media (max-width: 668px) {
    header .featured-area.type-location {
        height: 100vh!important;
    }
    }
    #537191

    Pedro Perez
    Free User
    Post count: 196

    The code worked perfectly!

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket