• Resolved hotrock3

    (@hotrock3)


    I’m trying to get the header of the homepage to be the a much taller image than the template default.

    I can’t seem to find a place or code to change it. Any suggestions?

    @jbalazs8178 did you ever resolve the problem for your old post?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter hotrock3

    (@hotrock3)

    I’ve found a way to get it to adjust the spacing (.home .hero padding-top) on the home page but I also want to make the header smaller on the other pages.

    Padding-top: -200 doesn’t give the equal but opposite as padding-top: 200 unfortunately.

    • This reply was modified 4 years, 7 months ago by hotrock3.
    • This reply was modified 4 years, 7 months ago by hotrock3.

    Hello @hotrock3,

    I took a look at your example URL and it looks like you found the solution to both of your inquiries.

    Regards,
    Daniel F.

    OP please share your solution to adjusting the header on non-home pages.

    I used this code in additional CSS
    .hero .page-title-container {
    display: none;
    }
    .hero {
    height: 60px;
    }

    splinter1, thanks a ton, I’ll give this a try!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adjusting Header Image Size (height)’ is closed to new replies.