• Hello

    I use the zAlive theme and would like to reduce the height of the top navigation bar. See screen cast below:

    Please could you help with a code for this?

    Thanks in advance

    view page here

Viewing 4 replies - 16 through 19 (of 19 total)
  • Hey Bojan, back again with one final question for you.

    Please look at the header image here

    https://5off20.com/alp97e/

    It starts to repeat to the right side and I just cannot seem to get it fixed. Also, the height of 150 cuts off the bottom of the American Legion logo and increasing it didn’t fix it either.

    Your knowledge would be very much appreciated.

    Thanks,
    Angela

    Hey again Angela,

    Could you please try adding the following code at the end of your custom CSS:

    @media screen and (min-width: 950px){
    .navbar-inner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 199px;
    }
    
    .navbar .nav {
    top: 130px;
    }
    div#header {
    padding: 0 0 40px 0;
    }
    }

    This should be the result https://screencast.com/t/zXWZzMCpkr9.

    Please let me know if this helps ??

    Cheers,
    Bojan

    Again, Bojan… you made my day. That totally fixed the issue and it looks fabulous now.

    Thank you, thank you.

    Have a wonderful week.
    Angela

    Hey Angela,

    Glad I could help!

    Cheers,
    Bojan

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘height of the top navigation bar.’ is closed to new replies.