Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #569596

    Hi!

    I want to center the content in the footer columns on mobile phones? Can you please provide quick CSS for that?

    Thanks!

    • This topic was modified 8 years, 9 months ago by luckylobo10.
    #569692

    Hi luckylobo10!

    Perhaps this CSS would work for you.

    @media screen and (max-width: 767px) {
    #footer .widget {
        text-align: center !important;
    }
    }

    Best regards,
    Elliott

    • This reply was modified 8 years, 9 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.