• I used the following code to disable the plugin’s own styling.

    // Disable Simple Social Icons default styling
    add_filter( ‘simple_social_disable_custom_css’, ‘__return_true’ );

    It hides the options you normally see in the widget for size and alignment, which is fine. However, it doesn’t get rid of them entirely. For some reason (and this only just happened today) after updating Genesis, the plugin has started adding in .alignleft by default. I was only able to change it back to my preference (alignright) by commenting out the code above, updating the widget and then uncommenting the code again!

    • This topic was modified 5 years, 4 months ago by Alan Stainer.
Viewing 1 replies (of 1 total)
  • Thread Starter Alan Stainer

    (@adstainer)

    Okay even more annoying now, as soon as I add a new URL to the icon set, it reverts back to .alignleft again. Definitely bugged! Also before updating Genesis the alignment options in the widget were still visible.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS alignment’ is closed to new replies.