• hello, I need to know the exact dimensions of the video and image in the header of home section and all other secundary sections aswell, cause I keep setting one up and it looks great when you look at it from a explorer but when you look at it from a phone it shows scrapped, off. Idk if its about the image or if I need to do something else, so I would appreciate help on this cause I’m amateur with WP.

Viewing 1 replies (of 1 total)
  • Hi
    Thanks for contacting to us.
    To make banner image responsive.
    For this add the below css code inside the additional css box.

    @media only screen and (max-width: 767px) {
    .home-section {
        background-size: cover;
    }
    .back-img {
        height: 13.5rem !important;
    }
    }

    Let me know for any confusion.
    Thanks
    Spice Theme support Staff

Viewing 1 replies (of 1 total)
  • The topic ‘Dimensions’ is closed to new replies.