Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

How to use full width container?

  • #6724
    Avatar photo[anonymous]

    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.

    #6725
    Avatar photo[anonymous]

    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;
    }