• Is it possible to move the social icons down an inch in the header? They are currently up top and my header image is covering them slightly. I tried making icon’s XL but that didn’t seem to do the trick.

    Thank you for the help.
    C-

Viewing 1 replies (of 1 total)
  • Hi there,

    Thanks for writing in, if you want to achieve that, so you can add the following code under Appearance > Theme Options > custom CSS:

    #social {
      position: relative;
      top: 37px;
    }

    Hope this helps!

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Move Social Links Down in Header’ is closed to new replies.