mvcwp 0 Report post Posted November 21, 2011 I'm having a devil of a time trying to round the corners of my page-canvas div. I've tried to see the tips in many of the forum pages, but nothing seems to work. I think my probelm may stem from the fact that my main nav floats right, or something with transparencies, but I'm not sure. There the last css that I've tried ' #page-canvas { -moz-border-radius-topleft:15px; -moz-border-radius-topright:15px; -webkit-border-top-left-radius: 15px; -webkit-border-top-right-radius: 15px; border-top-right-radius: 15px; border-top-left-radius: 15px; } #page-canvas #header {background:transparent !important;} #page-canvas #header .outline {background:transparent !important;} #page-canvas #header .outline #branding {background:transparent !important;} ' and you can see the page at http://lifechange.org/wordpress Any suggestions would be appreciated. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted November 24, 2011 Hi Mvcwp, I checked out your site and its looks fine as far as I can see, did you resolve the issue ? Please search our forums, before posting! Share this post Link to post Share on other sites
freshlightstudios 0 Report post Posted January 15, 2012 I have pagelines 2.0, have a background image set, am in fixed width mode with content shadow checked, and have been trying to get a border radius on the page, top right and left corners only. I am very familiar with using firebug but for the life of me can't get the radius to go. I've used #page, #page-canvas, #page-main and none of them work, along with a few others. I'm using MAMP right now so you can't see it. Given the settings I have what selectors should I be using to have radius corners on the top left and right of the header? Share this post Link to post Share on other sites