vandlo 0 Report post Posted February 17, 2011 Hi, I want to have a custom background image of a drop-shadow border behind my boxes that makes them look raised. I have found the code to insert the image: .page-id-xx .fboxinfo{background:url(http:img.png) no-repeat;} How do I make the text and image content of the boxes not go right up to the edge of the background? Is this margins or padding and do I use .fboxinfo? thx Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 17, 2011 Are you using Platform? Do you have a link? Generally you apply padding to the container where you want to add the background image so it shows up...but I need to double check the selector based on what you're trying to do. It's likely this selector if you want to include the icon as well: `#boxes .dcol-pad` Share this post Link to post Share on other sites