• Hi All,

    Just wondering if anyone knows of a way to set the background image (set in customizer)
    to have the position of “bottom”

    I’ve tried adding in my own CSS but with no avail.

    Any help would be greatly appreciated.

    (I have a child theme set up)

    Thanks

    Maxine

Viewing 1 replies (of 1 total)
  • Hi Maxine,

    Would you be able to share a link to your site so that I can take a look at the way your background image is currently positioned?

    In general, you could use background-position: bottom; to position a background image to the bottom. The snippet to achieve that would look something like the following in your child theme’s style.css file:

    body.custom-background {
        background-position: bottom;
    }

    As Sela provides a few different options for changing the look and position of your background image via Appearance > Customize > Background Image, I would need to see your site to give you more specific CSS.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Set Custom Background Postion to bottom’ is closed to new replies.