[Resolved] Remove Footer Widget and align footer text centered on mobile

Home Forums Support [Resolved] Remove Footer Widget and align footer text centered on mobile

Home Forums Support Remove Footer Widget and align footer text centered on mobile

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1199976
    Kris

    Hi Tom and Crew,

    I hope you all are doing well during this Covid-19 thing.

    I would like to remove the center footer widget on mobile so the logo image does not show.

    Also, I’d like to center align the text on the left and right widgets on mobile.

    Got some starting CSS I can use?

    Thanks and stay safe!

    #1199997
    Leo
    Staff
    Customer Support

    Hi Kris,

    Try this CSS:

    @media (max-width: 768px) {
        .footer-widget-2 {
            display: none;
        }
        .inside-footer-widgets {
            text-align: center;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1200007
    Kris

    Thanks Leo! I just went with centered for them all. Simpler and looks better. Cheers!

    #1200008
    Leo
    Staff
    Customer Support

    No problem 🙂

    Take care!

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