-
Hi Support,
I have 3 footer widgets, centered. One image in the middle (want to keep it there) and left and right to it widgets with text. I want to keep left and right in this position, only align the text below Contact and Menu to the left.
If I now change the css to “left” the entire widget moves too much to the left (so the total effect is not centered any longer).
Can you tell me how to make this work?
Thanks! -
Hi there.
Try this CSS, but I think the way it is right now looks better 🙂
.footer-widget-1 .textwidget { text-align: left; } .footer-widget-3 ul#menu-footer-menu > li { text-align: left; }
Adding CSS: https://docs.generatepress.com/article/adding-css/
-
Hmmm, that’s what I think… 😉
I’ll just add one more footer widget, with 4 it looks good also when aligned left.Thank you Ying!
-
You are welcome 🙂
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.