Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author Hardeep Asrani

    (@hardeepasrani)

    Are you talking about the homepage or inner pages?

    Thread Starter Question

    (@notonlyguinness)

    Hi again ??

    I’m talking about the home page.

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    You can add the following CSS to change that:

    .intro .cover-container {
        padding: 100px 0;
    }

    By default the padding is 100px, so you can add more there to make it bigger. Hope this helps. ??

    Thread Starter Question

    (@notonlyguinness)

    Hi again,

    Many thanks for your information, however, when I add this code and try to change the 100 for other numbers it just moves the avatar from the top and goes more down.

    I would like to make the header section smaller, the size on the other pages is perfect.

    Thanks for your patience.

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    If you want to make it smaller than you can decrease the padding from 100px to something lower. Let me know if I’m getting your question correctly. ??

    Thread Starter Question

    (@notonlyguinness)

    Hi again Hardeep,

    When I add this code, it moves the height of the Text contained on the intro section, but does not reduce the height of itself.

    Any other idea?
    Many thanks

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    Sorry but can you explain that? ??

    Thread Starter Question

    (@notonlyguinness)

    Hi again,

    I have finally fix it adding this code.

    .intro {
    height: 400px;

    }

    Thanks

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    Awesome! I’m glad to know that. ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Header Height’ is closed to new replies.