I have been using the code below for my text widget background images:
div#text-25{
background:url(/wp-content/uploads/2013/07/background-cookies-5.jpg);
background-repeat: no-repeat;
height: 475px;
border: solid 0px;
}
I have it inserted in the CSS Inserts and it has worked splendidly in the past. Now I realize they are not there any more (http://www.maisyspiecompany.com/products-page/cookies - the right half of the page should have the remainder of the cookie image in the background). Can you tell me why?
Thanks!