Okay
  Public Ticket #2442817
Spotify Social
Closed

Comments

  • produktworks started the conversation

    Hi! I noticed in the footer that the Spotify Social button is a little lower than the other buttons. This is true for the desktop and mobile versions. Is there a way for me to fix this? Thanks!

  •  8,884
    Tahir replied

    Hey produktworks ,

    Thanks for using Salient.

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #footer-outer .icon-be, #footer-outer .icon-vimeo, #footer-outer .icon-salient-spotify {
        line-height: 24px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • produktworks replied

    Perfect, works great! Thanks!