Archived topic
Lightweight Social Icons Alignment In Copyright area
4 replies · Started by John on March 9, 2020
Hi there,
I am sure this has been asked before but I am not managing to have my Copyright text on the left in the footer bar and my social icons on the right in the same line.
I have added the social widget from LSI.
I have tried steps here: https://generatepress.com/forums/topic/social-networks-buttons-on-nav-menu-bar/#post-45453 but find it easier to just use Tom's Lightweight Social Icons.
Is there a way to do this?
I have tried some CSS snippets I found here and there but do not really understand it.
This is what it looks like currently and I need it in line.:
Thank you in advance.
John
I cannot get the image to show from my shared drive here, but this is the link: My Footer
Regards,
John
Hi there,
try this CSS:
@media (min-width: 769px) {
.footer-bar-align-center .footer-bar {
float: right;
}
}
When adding images - if it is a URL to share a drive, just share link.
Images will only display if it is a direct URL to the image, eg. from your WordPress > Media Libary
Thank you, David.
Just a minute ago I have managed and was about to mark this as resolved:
In the Copyright section I had some HTML code for aligning the text to the left because I had some other links float to the right before and I forgot about it.
So the actual Footer Bar alignment was set to Center. Switching this to 'Left' solved my problem.
I am going to keep this CSS code in my backpocket in case it is still needed.
Regards,
John
Glad to hear you found the solution