Set the category name to display only one line
-
I’m using HTML Blocks to create a menu, but I’m noticing that the name Borussia Mönchengladbach appears on two lines in the menu. How can I force the category name to appear on just one line without changing the font size?
I see a lot of empty space on both sides of this column.
https://ibb.co/d45WJ9wQ
Hi ha21cn,
Thanks for reaching to us and appreciate your patience.
Please provide me site url then I can take a look.
Regards,
Hung PD
I have provided the URL below, as well as the login address, account, and password.
Hi ha21cn,
You should decrease font-size of sub-menus’s items.
Navigate to Theme Settings > Typography > Advanced. In this area, you can assign elements to below Custom Class:
.wd-dropdown-menu .wd-cat .wd-entities-title
Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/
Regards,
Hung PD
Can I adjust the distance between the font and the image? I want the font to be closer to the left side of the image.
Hi ha21cn,
Thanks for your patience.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-cat.cat-design-side .wd-cat-inner {
gap: 5px;
}
Regards,
Hung PD