Home › Forums › Iconic One Pro Support › LinkedIn Share Option › Reply To: LinkedIn Share Option
September 14, 2016 at 4:33 am #4562
Themonic-Support
Keymaster
To add third party sharing buttons please refer http://themonic.com/forums/topic/add-share-option/#post-2369
To reduce gap between sharing items
.themonic-social-share li {
margin-right: 5%;
}
Try reducing 5% to 2%
.themonic-social-share li {
margin-right: 2%;
}
Code goes in simple custom css plugin.