Custom CSS alignment
-
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!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom CSS alignment’ is closed to new replies.