Sign in

How to use full width container?

  • This topic has 1 reply, 1 voice, and was last updated 1 year, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6724
    Avatar photospicy.time

    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 photospicy.time

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

     

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.