[Support request] Footer widget centering

Home Forums Support [Support request] Footer widget centering

Home Forums Support Footer widget centering

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #497294
    George

    I have 3 footer widgets enabled. The left and right ones are images, and the middle one is custom HTML. The problem is that the two image widgets are left aligned, making the layout look totally off. I can’t find an option for centering those image widgets. Is there such an option, or do I need custom CSS for that?

    #497442
    Leo
    Staff
    Customer Support

    Hi there,

    You could add inline style to center them as you are adding the image.

    Or use this CSS to center everything in footer widget:

    .inside-footer-widgets {
        text-align: center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.