Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #497978

    Hello,

    I would like to stretch the bar above the header (with the social icons in it) as well as the socket and footer on my website but keep everything else in the boxed layout. Is that possible?

    Website: http://www.partnerevents.ca

    Thanks!
    Alicia

    #498554

    Hi Alicia!

    Set the layout to stretched and then add this to your custom CSS.

    #main .container { max-width: 90%; }
    #main #footer .container { max-width: 100%; }
    #main #socket .container { max-width: 100%; }
    

    Regards,
    Elliott

    #499874

    Hi Elliott,

    It definitely worked for my other pages, but would I be able to get the front page container to be small as well.

    Thanks!
    Alicia

    #499971

    Hi!

    The grid element is supposed to go full width. Use a color section instead if you want it to conform to the regular container size.

    Regards,
    Elliott

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