• marlene23

    (@marlene23)


    Hi, I want to add a background image for my sidebar widgets. I dont know whether I should design an image as a specific size and use that ( which may be untidy? ) – or if I can get some sort of ‘responsive background image plugin’ for widgets?

    The site is at http://www.npcounselling.co.uk

    Thank you

Viewing 1 replies (of 1 total)
  • Chad

    (@lynneandchad)

    You could try this:

    .widget {
      background-image: url(path-to-image.jpg);
      background-size: contain;
    }
Viewing 1 replies (of 1 total)

The topic ‘Responsive background image for widget’ is closed to new replies.