Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #667851

    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.

    #668061

    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

    #668647

    that works
    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Align icons and text’ is closed to new replies.