This is a follow up to this thread that is closed
https://kriesi.at/support/topic/change-text-hover-color-in-extra-elements-area/
I would like the icons in the top elements to be aligned with the words “Support WSMS” and “Login”. Currently they are bit mis-aligned.
Can we maybe align the icons and text horizontally meaning the bottom of the icons and the bottom of the text should be aligned horizontally or if you have any other suggestion for it to look better.
Hi navindesigns!
Please add following code to Quick CSS
#menu-item-3288 a::before {
top: -1px;
}
#menu-item-3287 a::before {
top: 1px;
}
Cheers!
Yigit
that works
thanks