Archived topic
Icons in the submenu
3 replies · Started by DIGITAL on March 30, 2023
Viewing posts 1–4 of 4
Hi,
The flags icons in the submenu are not showing correctly. What can I do? The website url is in the private information area.
Hi there,
try adding this CSS:
.main-navigation .main-nav ul ul li a {
display: flex;
align-items: center;
}
Thank you very much. Problem solved.
Glad to hear that
This archived topic is closed to new replies.