cefisher 0 Report post Posted May 6, 2011 Hello, I want to put a "ribbon" behind the main header of the primary sidebar & I want to ribbon to wrap around the edge of the main page on the right. Here is an example Here is the link to my site. How would I do this? Thank you for the help Share this post Link to post Share on other sites
catrina 103 Report post Posted May 6, 2011 You will need the ribbon imagery first to set it up in the CSS. Do you have any in mind that you want to use? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
cefisher 0 Report post Posted May 6, 2011 Yes I have the image. Share this post Link to post Share on other sites
kastelic 6 Report post Posted May 6, 2011 Your going to want to set the image as the background of h3.widget-title In addition, to get it to hang over the edge of the page, you will have to set it position:absolute and display:block . After this adjust the width and height and top and left positioning. Finally you need to add padding-top to the element below it to account for the height of the header. Share this post Link to post Share on other sites