• I’m trying to center the content in the Footer #1 and Footer #2 widgets. I have a custom html widget on the left side and an image widget on the right.

    I just want to center these bits within their footer columns, but I can’t seem to arrive at the right CSS.

    Here’s the page: https://fpr.377.myftpupload.com/

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • hey add {text-align: center} to the beginning of your text in the footer

    Thread Starter charliehanger

    (@charliehanger)

    I’ve tried a bunch of css combinations of text-align: center. The code below is in place now. It seems to do something, in that the little pencil-edit icon shifts and I can see the code when I inspect the page, but it’s not visibly centered.

    .footer-widgets.column-one.grid-item .widget {
    	text-align: center;
    }
    
    .footer-widgets.column-two.grid-item .widget {
    	text-align: center;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘centering content within footer’ is closed to new replies.