Problems Photo background full width

Home Forums All Other Themes Problems Photo background full width

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #154995
    Marieke van HeldenMarieke van Helden
    Participant
    • Topics: 6
    • Replies: 10
    • Total: 16
    Member since: November 27, 2019

    Hello,

    In my theme I can choose a picture in the customizer as background. When I select the picture that way the picture is stapled until the background is filled.
    So I did the background in CSS:
    html{ width: 100%; height: 100%; margin: 0; padding: 0; }
    body{
    width: 100%;
    height: 100%;
    background-image: url(\’https://www.ideasonthefloor.com/wp-content/uploads/2019/05/DSC7538b-Leaf-love-grey-and-pink.png\’);
    background-repeat: no-repeat;
    background-size: cover;
    }

    Viewing a pc it’s fine. But it’s not on mobile device. Which CSS do I have to enclose to achieve the format will be adjustet to mobile devices?

    Please help me out.
    Kind regards,
    Marieke
    Website: https://www.ideasonthefloor.com/
    Theme: Full page pro

    #155095
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    We checked, it is working fine on mobile device.

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Brad

    #155131
    Marieke van HeldenMarieke van Helden
    Participant
    • Topics: 6
    • Replies: 10
    • Total: 16
    Member since: November 27, 2019

    Hi Brad,

    The problem is not on every mobile device. You can find the screenshot at https://imgur.com/gallery/U4Cangr

    Kind regards, Marieke

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