Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #787534

    I need to move up the 3 graphic icons in the secondary header without moving up the text links. How would I do this?

    #787565

    Hey web4698,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #header_meta #menu-item-3280, 
    #header_meta #menu-item-3281, 
    #header_meta #menu-item-3282 {
        position: relative;
        top: -7px;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

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