Okay
  Public Ticket #1620681
Change margins on blog post
Closed

Comments

  • crownjewelpro started the conversation

    Hi,

    We'd like to increase the side margins of our blog posts. How do we do that? 

  •  3,030
    Andrew replied

    Hey there,

    I'm afraid that is not possible via the options you have.

    Regards.

  • crownjewelpro replied

    Is there not a way to do it via CSS?

  •  3,030
    Andrew replied

    Hi crownjewelpro,

    Could you try this CSS:

    @media only screen and (min-width: 1000px){
    body.single.single-post div.container.main-content{
    max-width:1200px;
    }
    }
    

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

    Hope this helps.