[Resolved] Menu Spacing For Different Languages

Home Forums Support [Resolved] Menu Spacing For Different Languages

Home Forums Support Menu Spacing For Different Languages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #166524
    Mary Pearson

    Hi Tom,

    My latest website is http://caribecampo.com/

    You will notice that the spacing of the items in the menu is much closer together than I would like. I have had to reduce the space because when I translate into different languages (especially German) the words take up a lot more space.

    Currently this is what I have for spacing.

    /* Top Menu spacing – Tablet ignore desktop custom CSS */

    @media
    (min-width: 1025px) {
    .menu-item-72, .menu-item-71, .menu-item-69, .menu-item-70 {
    margin-right: 25px;
    }
    .menu-item-72 {
    margin-left: 30px; }
    }

    Is there a way to make different spacing for different languages?
    Thanks!

    #166578
    Tom
    Lead Developer
    Lead Developer

    Hi Mary,

    I don’t believe so – you’ll need to adjust the wording/font size/container width so it can accommodate the items no matter what the language is.

    #166664
    Mary Pearson

    Thanks Tom. I suspected that might be the situation but just wanted to check.

    #166713
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.