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?
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;
}
Hi,
I’m not seeing the issue. Were you able to get this fixed?
Best regards,
Jordan Shannon
No, it is still there. In the footer menu in the socket on the right..
Hi,
Please try this CSS as well:
#socket .sub_menu_socket li a {
line-height: 16pt;
}
Best regards,
Rikard
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
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