- This topic has 9 replies, 2 voices, and was last updated 4 years ago by
Leo.
-
AuthorPosts
-
February 28, 2019 at 1:36 pm #824977
Eva
Hi,
I am working on a web site and I would like to have 4 small logo’s in the footer, just above the footer bar that contains another image. I have made 1 image of the 4 logo’s and used 3 footer widgets to show it: the first 2 are empty ( ), and the third contains the logo-image. It seems to work, but I would just like to know if there is a better solution…Thank you very much!
EvaGeneratePress 2.2.2GP Premium 1.7.8February 28, 2019 at 4:10 pm #825072Leo
StaffCustomer SupportHi there,
Is the current position what you want for the logos?
If so you can probably just use one footer widget and we can adjust with some CSS.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 1, 2019 at 2:42 am #825373Eva
Hi Leo,
Thanks for your reply.
Yes, this is more or less the position, a bit more down would be even better.
I also found out that the img is quite big on mobile, and aligns right. I there can be done something about that, great. If not, ok πThanks!
March 1, 2019 at 8:57 am #825775Leo
StaffCustomer SupportWe could try it with just one widget and some CSS if you’d like.
Your site link no longer works for me though.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 1, 2019 at 2:05 pm #826005Eva
Yes, I would like that. Sorry about the link… Had some major problems, but all solved now π
As for the link: I have changed it….Thank you!!
March 1, 2019 at 3:30 pm #826060Leo
StaffCustomer SupportI’m still seeing 3 footer widgets.
Can you add the logo to footer widget 1 and set the display setting to 1 as well?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 2, 2019 at 9:14 am #826648Eva
Hey, I have changed it to 1, displaying 1. I even think it’s not too bad as it is, but I still prefer it to be aligned right, with the content and maybe a bit down π
Thanks!March 2, 2019 at 10:37 am #826719Leo
StaffCustomer SupportTry adding this CSS:
@media (min-width: 769px) { .footer-widgets { text-align: right; } }
Adding CSS: https://docs.generatepress.com/article/adding-css/
Then add some right padding:
https://docs.generatepress.com/article/footer-padding/Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 2, 2019 at 1:50 pm #826834Eva
Thanks Leo, this works just fine.
Great support, as always! Where would I be without you guys π
Have a nice weekend!March 2, 2019 at 7:11 pm #826961Leo
StaffCustomer SupportYou as well!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.