Home Forums WoodMart support forum Set the category name to display only one line

Set the category name to display only one line

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #680717

    ha21cn
    Participant

    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

    #680989

    Hung Pham
    Keymaster

    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

    #681141

    ha21cn
    Participant

    I have provided the URL below, as well as the login address, account, and password.

    #681231

    Hung Pham
    Keymaster

    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

    #681753

    ha21cn
    Participant

    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.

    #681832

    Hung Pham
    Keymaster

    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

Viewing 6 posts - 1 through 6 (of 6 total)