I'd like to left align the copyright and social media icons in my footer. I don't wish to use the footer area about the copyright bar because there is no social media widget. Please see attached 2 images. Thanks!
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):
@media only screen and (min-width: 1000px) {
#footer-outer #copyright[data-layout="centered"] .col {
width: auto !important;
margin: 0 !important;
}
#footer-outer[data-cols="1"] #copyright .col ul li {
margin-bottom: 0px !important;
}
div#copyright .container {
display: inline-flex !important;
align-items: center;
}
}
I'd like to left align the copyright and social media icons in my footer. I don't wish to use the footer area about the copyright bar because there is no social media widget. Please see attached 2 images. Thanks!
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
Pefecto -thanks for the support!