• nando.noobs

    (@nandonoobs)


    hi there,
    i have a question.

    there’s a space in my sticky header. below my logo and my menu.
    it makes my sticky header too big.. i want to resize it so it doesn’t have any space left in my sticky header.

    my web : http://www.digitalnoobs.com/

    thank you!

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

    (@emranemranx)

    Hi there,

    Thanks for writing in,

    If you wish to achieve no space under your logo and menu items so kindly add following code under Appearance > Theme Options > Custom CSS:

    body #header.sticky-header img#logo-image {
      margin-bottom: 0px;
    }

    Hope this helps!

    Thanks.

    Thread Starter nando.noobs

    (@nandonoobs)

    wow it works!
    can i ask one more thing..
    i want to make my logo floating in the centre, so it has a same alignment like my menu…

    how can i do that..

    Thank you

    emranemranx

    (@emranemranx)

    Hi nando,

    Please try the following code to get your logo floating in the middle.

    body #header.sticky-header img#logo-image {
      position: relative;
      bottom: 5px;
    }

    Thanks.

    Thread Starter nando.noobs

    (@nandonoobs)

    that’s great! you guys are awesome!

    thanks!

    emranemranx

    (@emranemranx)

    You’re welcome! 🙂

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

The topic ‘losing gap in sticky header’ is closed to new replies.