• Resolved snakelyone

    (@snakelyone)


    Hi…i know that primer automatically crops the header on all the pages (except for the home page) and I see how to make this not happen, but what if i want it to happen, but i want to determine how much gets cropped off, rather than just dealing with the default cut off. Is there a way to adjust this value myself? thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @snakelyone

    There’s no easy way to do so built into the theme, but you can adjust the padding of the hero to get it to crop where you’d like.

    body.home .hero {
       padding: 300px 0;
    }
    Thread Starter snakelyone

    (@snakelyone)

    I only want to adjust the padding on the sub pages, the home page is right, but i would like to make the header uniformly shorter in all the other pages…does the code above work for that? thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘different header sizes’ is closed to new replies.