I did some digging and found that the last 2 lines of the code below will do what I want. Not perfect but looks like it is close...
I added the code to custom.css but for some reason, it's not being read. Other code in custom.css is being read.
.hornav ul.menu > li
font-size: .9em;
font-weight: 500;
font-style: normal;
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
line-height: 1rem;
padding: 40px 0;
margin: 0;
text-align: center;
text-rendering: optimizeLegibility;
letter-spacing: .5px;
white-space: normal !important;
width: 90px !important;
}
Either of the first 2 creates 2-line navbar items when I add them using inspector but they (customl.css entries) don't appear as expected.
The 3rd item also works in inspector but also doesn't load.
Your custom.css appears to be loading. You can confirm this by opening your dev tool (F12) and navigating to the 'Network' tab (filter by css). Inline CSS has a stronger presedence than your custom.css so maybe your CSS is been overridden elsewhere?
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »