I want to create meaningfull menu labels in Betheme. That results in longer labels than in total fit on a screen. Therefor I would like to split the labels into 2 lines. I found a hint on the support forum to insert a <br> in the label. That works BUT:
- There is a lot of white space between the lines. How can I adjust the space between the lines for that menu?
- How to center the label (both lines)
Comments
maybe with custom css, we can help you but please send us a link to this page.
We will see if it will be possible with css.
thanks
.menu-highlight #Top_bar .menu > li > a span:not(.description) {This will missalign the logo so you will have to adjust its size and vertical padding in theme options>global>logoline-height: 25px !important;
text-align: center !important;
}
#Top_bar.is-sticky .menu > li > a span {line-height: 16px !important;
}