• Hello,
    I need to move the white space between the header and the page title. Also the page title shows up on some pages and not on others. Why the inconsistency?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello mmathis,

    Regarding the inconsistency pages have the different structure layout that’s the main reason.

    To remove the space you need to add below given css into Appearance -> Customize -> Additional Css-

    #content {
    margin-top: 0px !important;
    }
    

    Kind regards,

    Manoj

    Thread Starter mmathis

    (@mmathis)

    That didn’t work.

    Hello mmathis,

    We can remove bit more space. Please apply the below given css-

    .mega-container {
    margin-top: 0px !important;}
    

    Kind regards,

    Manoj

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove space between the header and page title’ is closed to new replies.