Social Icons

Discussion in 'Foogo Pro WordPress Theme' started by mw4tmm2, May 29, 2015.

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

    mw4tmm2 New Member

    Joined:
    Jul 25, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Atlanta, GA
    I am using the Foogo Theme and my temporary URL is http://b04.623.myftpupload.com/. What do you recommend using for Social Icons such as Twitter and Facebook? I am currently using the Simple Social Icons Plugin in one of the Footer Widgets but the icons do not display. Is there a better way to insert Social Icons?
     
  2. mw4tmm2

    mw4tmm2 New Member

    Joined:
    Jul 25, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Atlanta, GA

    As an alternative, I have inserted Social Icons in the "Client Logo Slider" section. If I continue in this manner, how could I Center the Icons? Thanks
     
  3. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there .
    Code:
    ul.slides {
      margin-left: -19%;
    }
    @media only screen and (max-width: 480px){
    .client_wrapper .flexslider_crousel .slides img {
      width: 80px;
      height: 80px;
      display: block;
      margin-left: 25px;
    }
    }
    Hope that will fix your issue.
     
  4. mw4tmm2

    mw4tmm2 New Member

    Joined:
    Jul 25, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Atlanta, GA
    Thank you. That seems to work. Appreciate it.
     
Thread Status:
Not open for further replies.

Share This Page