Home Forums HashOne "Contact Us" background image on mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #548
    Hash
    Keymaster

    Hi,

    Add the below CSS using some custom css plugin

    @media screen (and max-width:768px){
    #hs-contact-section{background-position: center !important;}
    }

    This should fix the mobile issue.

    #549
    rsteilberg
    Participant

    I added this CSS but it hasn’t solved the problem. The image is still zoomed in too much on my phone.

    #555
    Hash
    Keymaster

    It is the problem of the mobile device. The height of the section becomes large for a mobile device. So as to cover the whole height, the image needs to be zoomed.

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