• Resolved Infovtd

    (@infovtd)


    Hello
    For my website https://www.visitodo.com I asked a designer to do a header but then I uploaded it in the logo header of theme and appears to be too small. How can I make it bigger and fit the space above the sliding pictures?
    Thanks a lot
    Fabio

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Silkalns

    (@silkalns)

    Fabio,

    I think you have already sorted that out yourself as image already appears above navigation in full width. There is no way to make it bigger without changing aspect ratio of it.
    Let me know if I am missing something.

    Thread Starter Infovtd

    (@infovtd)

    Hi Silkalns,
    the width seems to be ok, but it’s the height I am trying to fix. I don’t want to see the white space around the header.
    Can you help with this?
    thanks a million!

    Theme Author Silkalns

    (@silkalns)

    You can remove that white space above Custom header image by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS.

    .hgroup-wrap {
      display: none;
    }

    Let me know if this is what you were looking for.

    Thread Starter Infovtd

    (@infovtd)

    This is exactly what we needed. thanks a million!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to fix the header image/logo’ is closed to new replies.