Site logo

Archived topic

Footer Widgets - Positioning

3 replies · Started by Mary Pearson on October 4, 2019

Viewing posts 1–4 of 4

On my website at https://jerryslimousine.ca/ I would like to put a vertical divider between the five widgets, which I have done with CSS class footer-widget-1, etc, but the text is not centred.

How do I centre the text in the footer widgets between the vertical dividers?

Thank you.

Hi there,

this CSS to equal out the footer widget padding and center the menu items:

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 20px;
}

.footer-widgets ul li {
    text-align: center;
}

Perfect!!!! Thank you so much David.

Glad to be of help

This archived topic is closed to new replies.