Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Darko

    (@spwebguy)

    Hi there,

    Some of your CSS is overwriting the plugin’s style. It’s actually moving the icons down.

    This should fix it:

    
    .tmm_sociallink img {
        bottom: 0 !important; }
    

    This CSS snippet is to be added in any custom CSS area provided by either the Customizer (under Appearance), your theme or a plugin like JetPack. Alternatively you could also add it at the end of your theme’s style.css file but we do not recommend it.

    Let me know if you have any trouble implementing this.

    Thread Starter paulinevanp90

    (@paulinevanp90)

    Thanks it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact details not at the right place’ is closed to new replies.