I need to move up the 3 graphic icons in the secondary header without moving up the text links. How would I do this?
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