menu items on 2 lines

edited March 2021 in Menu / Mega menu

Hi,

To get my menu items on 2 lines I added code as found in previous entries on this forum. (see below)

But now on mobile the hamburger menu does also open on 2 lines. How can I change this?

Thanks Rob


Code added:

#Top_bar .menu > li > a span:not(.description) {

   line-height: 25px !important;

   text-align: center !important;

}

#Top_bar.is-sticky .menu > li > a span {

   line-height: 10px !important;

}


#Top_bar.is-sticky #logo img { max-height: 70px; }

#Top_bar.is-sticky { height: 90px; }


Comments

  • Hello,

    Are you talking about the height on the following screenshot?

    Because I noticed that you already used the custom CSS to reduce this height.

    If this is not what you are referring to, please, attach a screenshot showing what you want to change.


    Thanks

Sign In or Register to comment.