Okay
  Public Ticket #1651372
increase post page width
Closed

Comments

  • dbrasil28 started the conversation

    id like to increase my post page width a little because its breaking my tabs.

    Is it possible?

    Thanks

  •  3,030
    Andrew replied

    Hi dbrasil28,

    Could you try and use this CSS to increase width on the post page:

    @media only screen and (min-width: 1000px){
    body.single-post .container{
        max-width: 1800px;
        text-align:center;
    }
    body.single-post .post-area{
        max-width: 100% !important;
    }
    }
    

    add it to salient \ general settings - css script related - custom css code.

    You can increase or decrease the 1800px to what you need.

    Cheers.