Home Forums Trusted Change the gap space on top

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5320
    jreges
    Participant

    hi,

     

    how can i change this gap on the first page?

    #5322
    Andy
    Keymaster

    Hi,

    I can see on your site that you have added custom CSS with negative margin to hide the page title like this:

    .header-title {
        padding: 20px 0 20px;
        margin-top: -50%;
    }

    So that the height of the header area is calculated correctly, I would suggest that you use this custom CSS instead:

    .header-title {
        display: none;
    }
    #5327
    jreges
    Participant

    Hi,

     

    I used only the

    .header-title {

    display:none;

    }

    But, this isen’t working. The height area keep the same.

    #5328
    Andy
    Keymaster

    I didn’t notice before some more custom CSS that you have also.

    Can you try this please:

    .main-header {
        min-height: 170px !important;
        padding-top: 0 !important;
    }
    #5360
    jreges
    Participant

    Hi,

     

    Now it`s working!  Thanks a lot!  😉

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change the gap space on top’ is closed to new replies.