Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can customize the look of every element on your site thanks to CSS. You can add that CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard.

    If you’re not familiar with CSS, I’ll be happy to help. If you let me know your site URL, I can take a look at the widget and give you the code to implement.

    Thread Starter javimsan

    (@javimsan)

    I am familiar, but not in this particular case.

    My working site: maquette.academieequestresuroit.com

    Thread Starter javimsan

    (@javimsan)

    Aha! You know what. I tried a basic float: left in the list and it worked!

    I might have been trying it on a different class.

    Thanks anyway. Sorry for bothering! ??

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Something like this will help:

    .widget_wpcom_social_media_icons_widget ul li {
        display: inline-block;
    }

    Edit: or float, I guess. Sorry, I posted without seeing your last reply!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social Icons Widget – Layout’ is closed to new replies.