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!
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;
}
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!
Hey,
Please provide the page URL so I may write up the custom CSS for this request.
Thanks
ThemeNectar Support Team
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):
Thanks
ThemeNectar Support Team