Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

align content within footer widget

  • 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.