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
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
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
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