New Landing How can we help? Cardinal Remove White Header Spacing On Certain Pages

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Cardinal
  • #271498
    csassz
    Member
    Post count: 3

    Hi, I am wanting to remove the white spacing beneath the header only on certain pages.

    I had to add the following code to get the white space to appear as a default:

    body[class*=”standard”] .inner-page-wrap {
    margin-top: 60px;
    }

    However, there are some pages where I don’t what a white space (like on the URL provided), and checking the box to remove on those pages does not work.

    Can you help? Thank you!

    #271506
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    There is one option to remove the top spacing of the page if desired.

    https://www.dropbox.com/s/c1sxfe5vbzlqgqe/Screenshot%202016-05-31%2018.43.45.png?dl=0

    Hope it helps.

    -Rui

    #271507
    csassz
    Member
    Post count: 3

    Hi Rui, I have that box checked and it is not working.

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

    Can you provide me the url of that page?
    Thanks

    -Rui

    #271512
    David Martin – Support
    Moderator
    Post count: 20834

    This is caused as mentioned by your own CSS, removing that will make the option work:

    body[class*="standard"] .inner-page-wrap { margin-top: 60px;}

    To overwrite this on certain pages, add the page id which is located within the body class. Ex:

    body.page-id-11443 .inner-page-wrap {
        margin-top: 0;
    }

    Thanks.

    #271514
    csassz
    Member
    Post count: 3

    Ah, great! Where do I find each page’s ID number?

    #271522
    David Martin – Support
    Moderator
    Post count: 20834

    In the body class, or in the URL when editing the post/page.

    Ex:

    Thanks.

    #271535
    csassz
    Member
    Post count: 3

    Wonderful. I’m all set. Thank you!

    #271568
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. Great thanks to David.
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register