Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #611258

    On desktop, I have the navigation showing centrally on a coloured background. Is there a way to make the coloured (dark purple) banner deeper? I don’t want to enlarge the text any more, just have a deeper navigation area.

    #611263

    Hey!

    Not really sure what you mean by “deeper”. Can you please elaborate on the changes you would like to make? :)

    Best regards,
    Yigit

    #611317

    sorry I meant taller/higher (the colour is fine, i want the line to be thicker). The navigation bar is about 50px tall at the moment, so can I add some padding or set a height somewhere?

    #611334

    Hi!

    Please add following code to Quick CSS

    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
        height: 70px;
    }
    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
        height: 70px;
        line-height: 70px;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #611337

    Perfect, thank you :-)

    #611341

    Hey!

    You are welcome :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Deeper coloured navigation’ is closed to new replies.