• Resolved rilliam

    (@rilliam)


    Is it possible to span a background image across both sidebar areas so that the site content background image spans across sidebars and not just inside the site content area?

    • This topic was modified 4 years, 7 months ago by rilliam.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can use this custom CSS code in Appearance -> Customize -> Additional CSS, to add a background image for the site content (main content and sidebar).

    .site-content {
      background-image: url(https://customifysites.com/outfit/wp-content/uploads/sites/15/2018/09/cover.jpeg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }

    Regards.

    Thread Starter rilliam

    (@rilliam)

    Awesome thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘span background across widgets’ is closed to new replies.