Before you ask please READ THIS

Align Social Widgets Left

in Fame Posts: 33
Hi there,

I apologize if this has been done- I went back through the pages and searched to see, but could not find a solution.

Background: This is for Fame (most recent update), Wordpress 4.5.1, all recommended plugins with a few woo commerce extensions

I am wondering how to align the social media widgets to the left in my footer. See Picture for Reference. Thank you for your help.
Screen Shot 2016-05-06 at 1.08.56 PM.png
1037 x 90 - 15K

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    Please add such custom CSS:

    .foot-text {
    float: right;
    }
    .f-links {
    float: left;
    }
    With kind regards.
  • Posts: 33
    I added the Custom CSS and it moved my copyright information at the bottom of the site to the right. It didn't change the social icon widgets.
  • AirAir
    Posts: 10,970
    Show me link to your site.

    With kind regards.
  • edited May 2016 Posts: 33
    Sent via Message. Thanks for your help.
    Post edited by emck on
  • AirAir
    Posts: 10,970
    Hello:-)

    Now I understand what you need.
    Try this custom CSS:
    .widget .socials {
    text-align: left;
    }
    With kind regards.
  • Posts: 33
    Wonderful thank you!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion