Solution for this topic
Hi Kristy,
Thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-footer .sh-copyrights-social a.social-media-twitter {
float: right;
border-right: 1px solid rgba(255,255,255,0.15);
}
.sh-footer .sh-copyrights-social a.social-media-instagram {
float: left;
}
.sh-footer .sh-copyrights-social a.social-media-youtube {
border-right: 0 !important;
}
Best regards,
Shufflehound team