Navbar Top Links

I’m trying to figure out how to have links that have two or more words display on 2 lines. For example, inside of “Recommended Gear”, I want it to display as “Recommended
Gear”

Can you help me please with how I can get this done?

Cheers

Hi There,

You can add the <br> tag to the Navigation label:

Hope it helps :slight_smile:

Excellent thanks, that’s made it two lines. Is there a way to center the second word under the word above?

Cheers

Hi again,

You can replace Navigation Label with this:

<div class="align-center">Recommended</div><div class="align-center">Multi-Tools</div>

Then add the following code in the Theme Options > CSS:

.align-center {
    text-align: center;
}

Let us know how this goes!

It worked. You guys are brilliant. Thanks a lot.

You’re welcome. Glad we could help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.