Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #868186

    Corinne J
    Participant

    hey guys – site is up and looking good. all pages have no margin thanks to:

    body .x-container.offset {
    margin: 0 auto;
    }

    … in customizer css. trying to get my posts page to have a different margin rule, however. Any suggestions?

    http://www.cjchrservices.com

    #868941

    Thai
    Moderator

    Hi There,

    Please try with this CSS:

    body.single-post .x-container.offset {
        margin: 10px auto;
    }

    Hope it helps 🙂

    #870027

    Corinne J
    Participant
    This reply has been marked as private.
    #870523

    Lely
    Moderator

    Hi Corinne,

    Thank you for the link
    Please use this CSS instead:

    body.blog .x-container.offset {
        margin: 10px auto;
    }

    Always,
    X