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 installed the new fashion store demo content but it´s a bit to wide for me. There is a css code to change the max width of the whole content page?
Thanks!
Hi Juan,
That is happening because we have modified Fashion demo with some CSS codes on Custom CSS area. Please find and remove those codes on Custom CSS area:
/* Body: Large Screens */ @media (min-width: 1400px) { .container { width: 1370px; } .vc-container>.vc_row>.row-container.row-default, .vc-container>.vc_row>.row-container.row-stretch_row { width: 1370px; } } /* Body: Large Screens */ @media (min-width: 1600px) { .container { width: 1570px; } .vc-container>.vc_row>.row-container.row-default, .vc-container>.vc_row>.row-container.row-stretch_row { width: 1570px; } } /* Header: Remove Padding of Container*/ .main-header.fullwidth-header .container { padding: 0px; }Thanks a lot Ylli!
Perfect as always :)
Hi Juan,
Glad to hear that
Will set this ticket as solved from here.