Intuitive, expansive and flexible creation with no distractions.
Robust, user-friendly data protection for your visitors and you.
Modern, effective solutions for site growth and functionality.
Professionally designed and coded themes and plugins.
Free and premium, beautifully-designed templates.
Expand your site with your favorite tools and apps.
Get help building your site from our web development services.
Learn how Publii works, from installation to creation.
Documentation, guides, and tutorials for developers.
Explore and interact with others and learn new things.
Dedicated customer support for paid products.
Read up on the latest news about Publii and its products.
Forum › General Inquiry
Hi guys! In the publii app wysiwyg editor, how do I add a full width container?
Currently whenever I add any content or custom html it is within a contained box size manner.
I figured this out I created my own class in the main.css:
.full-width-fluid { display: block; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); text-align: center; }