Edit css (Social icons)

Discussion in 'Poloray WordPress Theme' started by estherjacksonnet, Oct 13, 2014.

Thread Status:
Not open for further replies.
  1. estherjacksonnet

    estherjacksonnet New Member

    Joined:
    Oct 12, 2014
    Messages:
    16
    Likes Received:
    0
    Hi
    I can't find where to edit this from
    text-align: center;
    to
    text-align: left;

    Any ideas - have tried finding in plugin editor and also tried in custom css but not entering the right css to make it work.

    Thanks!
    Esther
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#short_code_si_icon {
    text-align: left !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. estherjacksonnet

    estherjacksonnet New Member

    Joined:
    Oct 12, 2014
    Messages:
    16
    Likes Received:
    0
    Thanks Yogesh!
     
Thread Status:
Not open for further replies.

Share This Page