Center footer widgets on mobile

I would like to get the footer widgets on my site to be centered when viewed on a mobile. Currently they left justify and look rubbish. Can you help with this?

Hi Janie,

Thanks for writing in! I have added the following CSS media query into your X -> Theme Options -> CSS area and purged your server cache.

@media (max-width:480px){
  footer.x-colophon.top {
    text-align: center;
  }
}

Now it should render as follows (see secure note below).

Thanks!

1 Like

thank you so much

You’re welcome, Janie.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.