Okay
  Public Ticket #2406408
Changing width of content
Closed

Comments

  •  3
    casparsiebel started the conversation

    I would like to change the max width of the pages content to 800 px across all posts. How can I do it?

  • [deleted] replied

    Hi casparsiebel,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Can you please add the code below to your Custom CSS area:

    @media (min-width: 1200px) {
        .container, .content-area {
            width: 800px;
        }
    }
    @media (min-width: 992px) {
        .container, .content-area {
            width: 800px;
        }
    }

    Have a nice day!

  •  3
    casparsiebel replied

    Thank you very much!

  • [deleted] replied

    Hi Caspar,

    Happy to hear thatsmile.png

    Have a great day!

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from me and Laborator in advance.