Hi
I have created the following page: http://www.herbalhealinginc.ca/wholesale for specific customers.
I would like that specific page to have a different look and was wondering how to get the fullwidth slider to fill the width of the page so it does not look like a boxed layout. Is this possible and if so, how can I do this? I’ve tried different layout options using CSS page ID element but nothing changes.
Much appreciated
Lyse
Hey Lyse!
Try adding this code to the Quick CSS:
.responsive .boxed#top.page-id-5592,
.responsive.html_boxed.html_header_sticky .boxed#top.page-id-5592 #header,
.responsive.html_boxed.html_header_transparency .boxed#top.page-id-5592 #header {
width: 100%;
max-width: initial;
}
Cheers!
Josue