• I’ve been struggling with trying to reposition a background image on my site. The only place i located code in reference to the background image is in the theme function. This is the code:

    // This theme allows users to set a custom background
    add_custom_background();

    the image i uploaded defaults to the top position on my site. Does anyone know how i can change it to show at the bottom?

Viewing 1 replies (of 1 total)
  • What is the address of your site?
    What theme are you using?
    Did you create a child theme or are you trying to edit the theme’s files directly?

    Without seeing your site or knowing anything about your theme, I would say the best way to position your image is to do it through CSS. Your theme may have an option to add custom CSS, or you can use a stylesheet plugin like Lazyest Stylesheet or Custom CSS Manager.

Viewing 1 replies (of 1 total)
  • The topic ‘moving background image to bottom of screen’ is closed to new replies.