Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1124199

    Hi
    I changed the font style of the footer menu link (socket) but now the letters are cut on the lower side.
    The p of Impressum for example.
    What did I do wrong?

    #1124210

    I applied this to quick css

    #socket .sub_menu_socket li a {
    font-family: Gilroy-Bold;
    font-size: 16pt;
    font-weight: normal;
    font-style: normal;
    }

    #1124225

    Hi,

    I’m not seeing the issue. Were you able to get this fixed?

    Best regards,
    Jordan Shannon

    #1124691

    No, it is still there. In the footer menu in the socket on the right..

    #1124737

    Hi,

    Please try this CSS as well:

    #socket .sub_menu_socket li a {
        line-height: 16pt;
    }

    Best regards,
    Rikard

    #1125070

    Hi Rikard,

    this solves the problem that the letters are cut in the bottom but now, the Copyright note and the social media icons are not on the same line as the menu items anymore and it all looks very crooked..

    Thanks
    Carolin

    #1125893

    Hi,

    Thank you for the update.

    This css code should help.

    socket .sub_menu_socket div {
        overflow: visible;
    }
    
    #socket .sub_menu_socket div ul, #socket .sub_menu_socket div ol {
        margin-bottom: 0;
    }

    You may have to remove the previous css.

    #socket .sub_menu_socket li a {
        line-height: 16pt;
    }

    Best regards,
    Ismael

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