Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Container accents

Home / Forums / Ascend Theme / Container accents

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
September 5, 2017 at 8:16 am

I had previously used the following code in Virtue to create a nice accent around the main content area and round the bottom corners. I moved to Ascend to take advantage of more real estate for the page content, but I find this custom CSS no longer works:

.boxed #wrapper.container {
box-shadow: 0 0 4px 2px rgba(102,0,102,.75)!important;
}
.footerclass, .boxed #wrapper.container {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}

Is there a way to make this happen in Ascend? Or is there a way to make the main content area wider than 1140px in Virtue. The site in question is HERE.

Thank you as always for any help.

  • The forum ‘Ascend Theme’ is closed to new topics and replies.