Aligning custom social media icons

Discussion in 'Cloriato WordPress Theme' started by macshadowcombos, Feb 27, 2013.

  1. macshadowcombos

    macshadowcombos New Member

    Joined:
    Apr 10, 2012
    Messages:
    3
    Likes Received:
    0
    Hello!
    I'd like to know how to align my social media icons so they're centered over the search box.
    I've tried different things with the code and nothing has worked so far.
    My site: MyEyeshadowConsultant.com

    Thank you!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .top_right_bar .social_logos {
    margin-left: 200px;
    }
     

Share This Page