• Hi there,

    Love your plugin! There is no problem center-aligning the icons when the widget is added directly to a page, but the alignment selection doesn’t work when it’s added directly to the footer widget (the icons stay left-aligned even when I’ve chosen to center them). Any suggestions on how to get it to align properly?

    Thanks!

    Claire

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Claire,

    Thanks for your question!

    When inspecting the code of the site, we see that the footer widgets are set to display at 30% width. See this screenshot: https://d.pr/i/bDaCH6

    If this value is changed to 100%, the icons will be centered.

    I hope this is helpful! Please let me know if I can be of further assistance.

    Thread Starter cmd4400

    (@cmd4400)

    Hi Susan,

    Thank you so much for your reply. Apologies – I’m a total newbie at this – would you mind telling me where I can change the value to 100%?

    Many thanks!

    Claire

    Hi Claire,

    You could try adding something like this in Appearance > Customize > Additional CSS:

    .footer-widgets > .ashe-widget {
    width: 100%;
    }

    Please let me know if you have any questions and I’ll be happy to help!

    wpf18

    (@noellenwest)

    I’m having the same issue with centering in the footer. I tried using Susan’s code suggestion, which still did not center the icons. Any other suggestions?

    Thanks

    Hello @wpf18,

    Can you share a link to your site, please?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Does not centre align in footer widget’ is closed to new replies.