How to edit the navigation menu? (Unshorteing buttons` title/Massively)
-
ashrafakader
- Sr. Bludit
- Posts: 42
- Joined: Tue Sep 05, 2023 1:33 pm
- Has thanked: 9 times
- Been thanked: 1 time
Hello,
Most text of menu buttons disappears if long.. some kind of shortening.. How can I disable it so that the full long name shows correctly? (I don`t mind it getting wrapped inside its icon).
How can I change it so that the text shows correctly?
"I can apply CSS instructions, if any"
Most text of menu buttons disappears if long.. some kind of shortening.. How can I disable it so that the full long name shows correctly? (I don`t mind it getting wrapped inside its icon).
How can I change it so that the text shows correctly?
"I can apply CSS instructions, if any"
- Edi
- Site Admin
- Posts: 3116
- Joined: Sun Aug 09, 2015 5:01 pm
- Location: Zurich
- Has thanked: 76 times
- Been thanked: 117 times
- Contact:
-
ashrafakader
- Sr. Bludit
- Posts: 42
- Joined: Tue Sep 05, 2023 1:33 pm
- Has thanked: 9 times
- Been thanked: 1 time
I applied the theme that has the problem per your request.
Thanks.
Thanks.
- Edi
- Site Admin
- Posts: 3116
- Joined: Sun Aug 09, 2015 5:01 pm
- Location: Zurich
- Has thanked: 76 times
- Been thanked: 117 times
- Contact:
Add the following CSS rule (with the plugin HTML Code):
Code: Select all
#nav ul.links li a {
white-space: nowrap;
}
-
ashrafakader
- Sr. Bludit
- Posts: 42
- Joined: Tue Sep 05, 2023 1:33 pm
- Has thanked: 9 times
- Been thanked: 1 time
Thank you, but the code doesn`t work.
However, if the screen is small (for example, when I open Developer Tools in Edge), the menu gets horizontal and the titles are fully shown.
Can I force the nav menu to be always horizontal?
However, if the screen is small (for example, when I open Developer Tools in Edge), the menu gets horizontal and the titles are fully shown.
Can I force the nav menu to be always horizontal?

