Page Body Width

Can you change the page body width on individual pages or are we stuck with Template universal page width?

  • 320
  • More
Replies (3)
    • Hello @Scotti  !

      Well, it's unobviously needed thing I guess. You may change the width of the current page via editing of the Injection option. Or via adding the raw block with the proper JavaScript code.

      • Thanks @LeonidS , what line of code could I inject to make it 100% width?

        • It would be smth like:

          <style>

          body

          {

          width: 100%;

          }

          </style>

          Instead of body you may set the .bx_main. But it may not have a visible effect due to the setting up of the page width on the different devices.

          Login or Join to comment.