Fixed semi transparent header Height

Hi there,
I current have a fixed header which i have applied a transparency too.
When i switched to the fixed header i found that the logo shrank below its actual size and the height of the header(menu) bar was reduced.
I would like to increase the fixed header height and the logo size. Can you help please
thanks

Comments

  • Hey,

    please provide url to site where you want to do this and we'll see if we can help.
  • I have managed to do it now thanks. If you could look this code over i would be most grateful. But for all those who wish to here is the custom css to resize a fixed header/logo

    .header-fixed #Top_bar #logo img {max-height: 205px;}
    .menuo-right #Top_bar .menu_wrapper {margin-top: 20px;}
    .header-fixed.ab-show #Top_bar {height: 120px;}
    #Top_bar.is-sticky #logo {line-height: 80px;}
    .header-fixed #Top_bar { height:80px; }
    .header-fixed #Top_bar #logo {line-height: 80px;}
  • If above css works good, it means that is fine. From our position, we do not see anything wrong in above code.
Sign In or Register to comment.