[Support request] Responsive Background Images

Home Forums Support [Support request] Responsive Background Images

Home Forums Support Responsive Background Images

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #947387
    Kris McGregor

    Is there any way to make the background images responsive for mobile devices (smartphones)? I love your theme, by the way, I use it often. I really think it is the best!

    #947493
    Leo
    Staff
    Customer Support

    Hi there,

    Background images aren’t responsive by nature – it’s not a theme thing.

    In your case, I would say adding this CSS might do the job:

    @media (max-width: 768px) {
        body {
            background-position: center center;
        }
    }

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

    Let me know if this helps 🙂

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