Home Forums HashOne "Contact Us" background image on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #544
    rsteilberg
    Participant

    Any background image that is set for the “Contact Us’ section does not appear correctly on mobile. For example, look at the “Contact Us” section for this website on a computer browser and any brower on a mobile phone. I don’t know how to fix this, because using developer tools to simulate a mobile phone’s window size doesn’t replicate the problem. What CSS or HTML changes should I make so that the image is propery rendered and focused for mobile browsers?

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.