Home Forums WoodMart support forum Header “Menu” and “My Account” different heights

Header “Menu” and “My Account” different heights

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #719688

    MilaEilata
    Participant

    Hi! I have a minor visual bug.
    I am using a Lingerie shop preset and noticed that my website header menu is 1-2 px higher than the “My Account”.
    Can you help me solve it?

    Also, is it possible to translate “My Account” and it’s options with the built in functionality?

    Thank you in advance.
    Using your theme for the first time and so far it is amazing!

    Attachments:
    You must be logged in to view attached files.
    #719694

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    Hi there,
    Thanks for reaching out and for the kind words!

    You can align the header Menu and My Account heights by adding the following CSS:

    .wd-header-main-nav .wd-nav.wd-style-bg > li > a span {
    	line-height: 1;
    }
    
    .wd-header-my-account .wd-tools-text {
    	margin-bottom: 1px;
    }

    Add it to Theme Settings > Custom CSS, then clear your site/cache and check again.

    If the difference remains, please share your site URL and a screenshot of the header so we can see the exact markup and adjust the selectors if needed.

    Kind regards,
    XTemos Studio

    #719701

    MilaEilata
    Participant

    Thank you! These lines of CSS solved it.

    #719720

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    Hi there,
    Thanks for confirming the CSS did the trick—and welcome aboard!

    Regarding translating/renaming “My Account” and its menu items, refer to our documentation
    https://xtemos.com/docs-topic/theme-translation/
    https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Kind regards,
    XTemos Studio

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