• Resolved trappleton

    (@trappleton)


    Hello,

    I’m loving the theme so far — it’s exactly what I’m looking for. However, I’m afraid that it’s not obvious to the casual reader that “Recent Posts” awaits if they scroll down past the full-screen image. Is there a way to make the full-screen image take up less of the window height — anywhere from, say, 60% to 95%? I’m pretty comfortable with CSS, but couldn’t find out where to make those changes.

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • divjotsingh_440

    (@divjotsingh_440)

    Hello,
    Currently, for css changes, you need to install a custom css plugin. An integrated custom css box is being introduced in the next update.

    So, for now, you need to add the following code to custom css-

    .header-image {
    height: 90vh !important;
    }

    Thread Starter trappleton

    (@trappleton)

    Excellent! Thank you so much for your quick response, but even more for your excellent work building this beautiful theme.

    KatMN

    (@katmn)

    Hello! I wanted to do this too, so I used the code and reduced the number – but that put the social and search box way down into my recent posts. Any way of completely shrinking the header image by 50%?

    Thread Starter trappleton

    (@trappleton)

    Hi KatMN,

    I found that you can alter where the Social buttons show up by adding the following CSS:

    #social-icons {
    bottom: 15%;
    }

    Play with that number for greater distances — maybe start with 50%. Unfortunately, I haven’t yet found the parameter to adjust for the search box.

    Thread Starter trappleton

    (@trappleton)

    Scratch that, found it:

    #search-top {
    top: X%;
    }

    Try different numbers for X and see what works for your layout!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bring "Recent Posts" up a bit?’ is closed to new replies.