Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author salsaturation

    (@salsaturation)

    Hi Daviden

    Sorry didn’t realise there was a support ticket. Did you resolve it?

    Thanks

    Thread Starter daviden

    (@daviden)

    Nope…

    Theme Author salsaturation

    (@salsaturation)

    The parent theme adds the following css

    .header-image {
    margin-bottom: -1.4em;
    }

    so to fix it add this to you custom css

    .header-image {
    margin-bottom: 0em;
    }
    Thread Starter daviden

    (@daviden)

    Thanks!

    Thread Starter daviden

    (@daviden)

    More header questions…
    Any way to make the header image to span the whole width?
    This image is actually 2000 in width.

    View post on imgur.com

    Theme Author salsaturation

    (@salsaturation)

    Try these two to see which works the best for you

    .header-image {
    background-size:contain;
    }

    or

    .header-image {
    background-size:cover;
    }
    Thread Starter daviden

    (@daviden)

    Didn’t work.

    I’m afraid the problem is when I upload the image, I’m forced to crop it and it’s always 1500 px in width. Is this the theme limitations or WP?

    I’m thinking WP though…

    Theme Author salsaturation

    (@salsaturation)

    No you don’t have to crop it… let me have a look and get back to you

    Thread Starter daviden

    (@daviden)

    Fixed it, changed the width in functions.php 🙂

    Thanks for your excellent and fast(!) support btw.

    Theme Author salsaturation

    (@salsaturation)

    no worries… BTW on the cropping page you can drag the cropper so it selects the entire image instead of accepting the default selection

    Theme Author salsaturation

    (@salsaturation)

    Marking as resolved

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Menu too close to header’ is closed to new replies.