Sticky header – height

Hi Forum,

how to set the height of the sticky header?

http://test.ideeundwerbung.de/klosterbraeu/zimmer/

Thanks in advance

Kind Regards

Frank

Comments

  • edited November 2018
    ...and how to set the transparency...?

  • Hi,
    All of this settings can be made only with CSS.
    I do not understand why you want to change the height of sticky header if it's sticky.

    #Top_bar.is-sticky{
    background:none !important;
    border:0 !important;
    box-shadow: none !important;
    }
    If you still want to apply height to sticky header, just add for exapmle: height:100px; inside this CSS above.

    Thanks
Sign In or Register to comment.