• Hi,

    I used this snippet to remove the social icons and the tagline. It works half :
    √ The social icons and the tagline disappeared,
    ? Still have their line, like a long white emptiness.

    I uploaded a logo which is 50px height. I thought it would help to have a header 50px height. I had to miss something, but what ?

    My header is still approx. 100px height, with the logo on the top left and the navbar, which is inside a half empty box, in the bottom right.

    What can I do to have a 50px height header with the logo and the navbar in the same level ?

    Thank you in advance.

    It’s my last problem, then I’ll add my website in your showcase. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi @cyriak, did you check thos snippets ? https://www.themesandco.com/snippet-target/header/
    You might find the css to target there.

    Hope this will helps, Bests

    Try this one. Adjust the max-height to 50px.

    Thread Starter Cyriak

    (@cyriak)

    Hi,

    thanks for your answer.

    Rdellconsulting I did what you suggested. It partially works : the box is now in the good position, but the menu is still stuck on the bottom, now out of the box.

    Whan I check with firebug, there’s still the div class social-block span5 (empty, but still there).

    I used this code in the CSS :

    .social-block a     {display:none;}
    .inside.site-description  {display:none;}

    What can I do to remove this social block ?

    Thank you.

    Thread Starter Cyriak

    (@cyriak)

    I removed add_action ( '__navbar' , array( $this , 'tc_social_in_header' ) , 10, 2 ); in class-header-header_main.php and it works.

    I guess it’s not the best method…

    3.0.14 is imminent. You’ll lose that change!

    You need to use a Child Theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Goal : navbar 50px height’ is closed to new replies.