Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #478383

    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

    #478473

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.