New Landing How can we help? Atelier Post page padding colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #300830
    OllieOdy86
    Member
    Post count: 18

    Hey guys,

    I’m putting together a blog page (see here:https://featherandmarble.com/journal/) using the page style ‘Boxed inner page’.

    I’ve set the inner background colour as #f7f7f7 (colour:white smoke) however there is pure white border running down the left & right of the page.

    Any idea how to replace the pure white area with #f7f7f7?

    Many thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #300846
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    .page-id-13969 .boxed-inner-page #main-container {
        background: #f7f7f7!important;
    }

    Hope it helps.

    -Rui

    #300854
    OllieOdy86
    Member
    Post count: 18

    Thank you Rui,

    It worked with the following CSS (minus .boxed-inner-page)

    .page-id-13969 #main-container {
    background: #f7f7f7!important;
    }

    🙂

    #300858
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.