• Resolved welsho

    (@welsho)


    I need to know how to align my image right instead of center.

    e.g. davidwelsh.ca

    The image has a face to the right-hand side, but when you resize the window, the image stays centered and the face is lost. I need to make sure the image is aligned right i.e. the face is always visible even when the window is resized.

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi,

    Try adding the following CSS to your site using Simple Custom CSS plugin:

    body.custom-background {
        background-position: right top !important;
    }

    Regards,
    Hardeep

Viewing 1 replies (of 1 total)

The topic ‘Background Image Alignment’ is closed to new replies.