Hi,
I’m trying to add a container section in Quix visual builder pages (LT Museum Quickstart package, working on localhost).
In section settings, I’m choosing ‘Boxed’ container type. The contents is showing up correctly in the builder (section with max-width of 1140px), but on the actual page it stretches to full-width. A violet section border in visual builder is also stretched to full-width.
Everything works fine in classic pages builder, when I’m adding ‘Add Container’ to a section, but I need some visual builder capabilities.
Is there a way to fix this?
Here’s the example – http://restavrator.org/test/index.php/pages/test-page
The first text section set to ‘Boxed’ container type, the second one – to ‘Full width’
Somehow solved it by changing max-width to width in .qx-container { } media queries in qxbs.css file (and also by changing width: 100% to max-width: 100%; for default .qx-container class)
The behavior was overridden by default.css file for LTMuseum:
div.qx-container {
max-width: 100%!important;
}
Thank you for your update, I tested and it’s working well.
Glad your issue has been solved. If you need more help, feel free let me know.