- This topic has 17 replies, 4 voices, and was last updated 1 year, 7 months ago by
Leo.
-
AuthorPosts
-
November 8, 2020 at 6:37 pm #1523156
Matthieu
Hello, do you know how I could put social media icons in the center of the footer?
(I use the Lightweitght Socials Icons extension)Thanks 😁
November 8, 2020 at 6:47 pm #1523163Elvin
StaffCustomer SupportHi,
Try this CSS code:
.inside-site-info.grid-container { position: relative; } .footer-bar { position: absolute; }
A wise man once said:
"Have you cleared your cache?"November 8, 2020 at 6:59 pm #1523170Matthieu
It doesn’t work as expected, it has centered the icons and the text. 😅
November 8, 2020 at 7:08 pm #1523175Elvin
StaffCustomer SupportIt doesn’t work as expected, it has centered the icons and the text. 😅
To clarify: You only want the icons to be in the center?
If so, can you move the email link to the footer bar along with the social icons and text instead of adding it on the copyright bar?
So we could style them properly. Thank you.
A wise man once said:
"Have you cleared your cache?"November 9, 2020 at 4:58 am #1523658Matthieu
Hello, thank you for your answer. I added the mail in the footer widjet with the others. We therefore have 3 elements in the footer bar: Lightweight Social Icons / Personalized HTML with “Mentions légales – plan du site” / Personalized HTML with the email.
The 3 are displayed on top of each other. How to get: the email address on the left / social network icons in the center / “mentions légales – plan du site” on the right.
Thanks 😁
November 9, 2020 at 6:53 am #1523978David
StaffCustomer SupportHi there,
can you share a link to your site?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 9, 2020 at 6:57 am #1523985Matthieu
Hello, here it is :
November 9, 2020 at 7:08 am #1524009David
StaffCustomer SupportTry this CSS:
.footer-bar { display: flex; align-items: center; }
The only issue with the current CSS provided here:
https://generatepress.com/forums/topic/social-media-icons-in-the-center-of-the-footer/#post-1523163
Is that there is not enough room on smaller screens to stop those widgets from overlapping the copyright info. Where should the copy right display ? Maybe below the icons
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 9, 2020 at 7:12 am #1524013Matthieu
This css works, it puts them all on the same line but not spaced as I wanted. Is there a possibility to remove the copyright part ?
Thanks
November 9, 2020 at 9:38 am #1524225Leo
StaffCustomer SupportYou can remove the copyright message with this CSS:
.footer-bar-align-right .copyright-bar { display: none; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 9, 2020 at 9:52 am #1524256Matthieu
Perfect thanks, the problem is that on mobile it does not work at all, the appearance of the widjets is not as it should
November 9, 2020 at 11:11 am #1524332Leo
StaffCustomer Supportthe appearance of the widjets is not as it should
How should they appear?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 9, 2020 at 11:17 am #1524343Matthieu
It is displayed like this currently on mobile :
November 9, 2020 at 11:28 am #1524361Leo
StaffCustomer SupportSorry what? That link takes me to a random site.
How would you like them to display on mobile?
Stack on top of each other?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 9, 2020 at 11:29 am #1524364Matthieu
Stack on top of each other exactly ! 😁
-
AuthorPosts
- You must be logged in to reply to this topic.