Site logo

Archived topic

Background gradient on mobile

3 replies · Started by Samuel on August 19, 2021

Viewing posts 1–4 of 4

Hi,

I'm using GB gradient background to make 60/40 (or so) color backgrounds.

But if this kind of layout is nice on desktop, it's not really on mobile...

I thought using the mobile tab and changing values it would only affect mobile view but it's not, it's changing background on all devices.

Is that normal ?

If so, how could I go around this to make color background full size on mobile ?

you'll find staging URL on private information

Thanks for your help

Hi there,

that is normal in GB Free. In GB Pro you have Advanced Backgrounds for creating responsive options, including different images, gradients etc.

In free you would need to add some Custom CSS:

@media(max-width: 768px) {
    .gb-container.your-custom-class {
        background-color: #ff0000;
    }
}

And add the your-custom-class class to the Advanced > Additional CSS Class(es) field on the Container Block.

I see,
Thanks a lot !

You're welcome

This archived topic is closed to new replies.