Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi,
I'm just wondering, is it possible to extend the default size of the container so it's more like 1400px instead of 1150px. My guess is you'll say no, but just thought I'd ask...
Hi Zoe,
This is the CSS we use in our Fashion demo, it should work for you too so give it a try by pasting the following code to Custom CSS:
/* Body: Large Screens */ @media (min-width: 1400px) { .container, .content-area { width: 1370px; max-width: 1370px; } .vc-container .vc-parent-row.row-stretch_row>.vc_row, .vc-container .vc-parent-row.row-default { width: 1370px; max-width: 1370px; } } /* Body: Large Screens */ @media (min-width: 1600px) { .container, .content-area { width: 1570px; max-width: 1570px; } .vc-container .vc-parent-row.row-stretch_row>.vc_row, .vc-container .vc-parent-row.row-default { width: 1570px; max-width: 1570px; } }Best regards,
Laborator Team
P E R F E C T!
thank you so much! Zoe
You're welcome Zoe, have a great day
Best regards,
Laborator Team