Okay
  Public Ticket #2469365
Social Share Button placement
Closed

Comments

  •  48
    Ben started the conversation

    Hi! I was wondering if there's a way to write a css snippet that would allow us to move the social share buttons to the left side of the screen or up slightly. Here's a screenshot of how it's currently showing up under the Intercom chat icon. 

    Thanks in advance for your time. I hope your day is going well!

  •  8,992
    Tahir replied

    Hey,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  •   Ben replied privately
  •  8,992
    Tahir replied

    Hey Again,

    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):

    .nectar-social.fixed {
        right: auto !important;
        left: 34px !important;
    }

    Thanks


    ThemeNectar Support Team