[Resolved] Mobile Image Background

Home Forums Support [Resolved] Mobile Image Background

Home Forums Support Mobile Image Background

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #329178
    William

    Hi Guys Wondered if someone would know how to sort out this issue i’m having.

    So I’m using Generatepress pro, I am using a background image in the “content” block,

    It looks great on desktop however when I look on my phone the image gets repeated as I scroll down.

    Please check the dev site for yourselves http://techrescuedev.com

    Thanks! πŸ™‚

    #329352
    Leo
    Staff
    Customer Support

    Hi there,

    You should be able to set it to no repeat: https://docs.generatepress.com/article/backgrounds-overview/#repeat

    Let me know if this helps.

    #329353
    William

    Would it be possible to make this background not display at all on mobiles? Maybe some for of like pixel limitation or something?

    thanks
    Will

    #329356
    Leo
    Staff
    Customer Support

    Try this CSS:

    @media (max-width: 768px) {
        body {
            background-image: none;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #329358
    William

    Thats awesome.

    Thanks for the help! πŸ™‚

    #329389
    Leo
    Staff
    Customer Support

    You’re welcome πŸ™‚

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