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

displaying slider fullwidth in boxed mode

Home / Forums / Virtue Theme / displaying slider fullwidth in boxed mode

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
December 9, 2015 at 3:15 pm

Hi there!

I am running this page: http://www.cgachenbach.de
As you can see, its 900px wider and I have a 15px padding/spacing left and right of the content. I would like to to display the slider across the whole 900px (without affecting the padding elsewhere). Right now its confined to 870px and cannot go wider.

I have several bits of CSS in place which deal with site width:


@media
(min-width: 910px) {
.container {
width: 900px;
}

.boxed #wrapper.container {
width: 910px;
}
}


@media
(max-width:767px) {
#logo .kad-retina-logo {
margin-left: auto;
margin-right: auto;
}
.boxed #wrapper.container {
margin-top: 5px;
margin-bottom: 5px;
}
}


@media
(min-width:767px) {
.boxed #wrapper.container {
margin-top: 15px;
margin-bottom: 15px;
}
}

What can I do to display the slider across the entire box? Is it possible at all without affecting the rest of the layout?

Thank you!

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