Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1204715

    headstudios.com.au

    If it goes to mobile it shows background (not to mention text does not fit the width of the screen). You can see video showing there is no background set to that section:

    So why is it showing?

    And why is text flopping outside the mobile view?

    https://share.getcloudapp.com/JrubvmG8 < text missing on mobile view

    #1205145

    Hey HeadStudiosWeb,
    The image that is showing on your site in mobile is coming from this css:

    .home #av_section_1 {
            background-image: url(//your-domain.com.au/wp-content/uploads/2017/12/bacgkround-image.png)!important
        }

    it is probably in your custom css, please see if you can find this and remove it.
    Your H1 text that is too large has inline css which you will need to correct manually, right now it is set to font-size: 4.5em; you will want this for the text to fit on the screen font-size: 3em;

    Best regards,
    Mike

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