Site logo

Archived topic

Move section background image

3 replies · Started by Ben on July 2, 2020

Viewing posts 1–4 of 4

Hey guys,

I want to align my background image center bottom.

How would I do it?

Thanks

Hi there,

you can give a section a custom class eg. bg-position-bottom

.bg-position-bottom {
    background-position: center bottom;
}

However it won't work with Parallax as it overwrites background positioning....

That hasn't worked :(

See below i added a comment to show where your CSS is missing a }

/**Home Page**/
@media (max-width: 768px) {
    .generate-sections-container.my-custom-class {
        background-size: auto;
        background-position: 60% 90%;
    }
} /* This bracket is missing */	
.bg-position-bottom {
    background-position: center bottom;
}
This archived topic is closed to new replies.