Can you use both at the same time? I want to use the resume theme demo, but I don’t have the boxed layout that’s it’s using for my current layout.
Hey brooksgroup,
I’m afraid it is not possible at the moment to use both stretched and boxed layout at the same time. However you can use a colorsection with custom ID and target the container using custom css to make it look like a boxed layout.
#customID .container {
max-width:1200px!important;
}
Best regards,
Vinay