How to reduce the size of static homepage on Lodestar Theme?

  • Unknown's avatar

    Hello,

    I want to reduce the height of my homepage. Also I would like to apply same adjustment to the featured picture spaces of panels.

    Thank you

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    I noticed that if I view your site with the custom CSS deactivated, the portrait image is correctly auto-sized so the lower sections are not visible until you scroll. Is that the look you are trying to achieve?

    If you you may want to remove this line of code, which is what is causing your lower page content to appear in addition to the portrait.

    .lodestar-front-page .custom-header-image {
    height: 100vh;
    max-height: 170px;
    }

    Hope that helps. Please let us know if you have any more questions.

  • Unknown's avatar

    Hi,

    Thank you very much for the reply.

    Yes, this code worked for me.

    Regards

  • The topic ‘How to reduce the size of static homepage on Lodestar Theme?’ is closed to new replies.