• Resolved rbs250

    (@rbs250)


    Hi ya’ll,
    I’m trying to set the background of my CHILD twenty eleven to start from the bottom, meaning – i want it to be only on the bottom of each page, and only visible when scrolling down.
    It’s a png image of grass, so i want that when you scroll down the image will be at the bottom.
    I chose “scroll” for Background Attachment and it’s working in the front page (because I changed the png file and added empty space at the top) but in other pages the background would display on the middle of the page.

    [ No bumping please. ]

Viewing 4 replies - 1 through 4 (of 4 total)
  • to get help with formatting issues please post a link to your site.

    you will need to set the background position from within your style.css …

    Thread Starter rbs250

    (@rbs250)

    Hey Alchymyth,
    thanks for the response, I was trying to do it from the style.css but coudn’t find the right place or command to do that.

    here’s a link to my site https://cleanprolosangeles.com/

    I don’t see the child theme in your site.

    if you don’t want to use a child theme, use a ‘custom CSS’ plugin, and try for example to add this CSS:

    body.custom-background { background-position: bottom center!important; }

    Thread Starter rbs250

    (@rbs250)

    yeah I renamed the child theme.
    Thank you very much alchymyth!
    the code worked, I’ve added it to the end of my style.css file. =)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twenty Eleven background positioning’ is closed to new replies.