Site logo

Archived topic

Responsive Background Images

1 reply · Started by Kris McGregor on July 2, 2019

Viewing posts 1–2 of 2

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!

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 :)

This archived topic is closed to new replies.