[Resolved] Footer Widgets – Positioning

Home Forums Support [Resolved] Footer Widgets – Positioning

Home Forums Support Footer Widgets – Positioning

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1026630
    Mary Pearson

    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.

    #1026843
    David
    Staff
    Customer Support

    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;
    }
    #1026863
    Mary Pearson

    Perfect!!!! Thank you so much David.

    #1026877
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.