[Resolved] Footer Widgets on devices aligned in two columns

Home Forums Support [Resolved] Footer Widgets on devices aligned in two columns

Home Forums Support Footer Widgets on devices aligned in two columns

  • 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
  • #1242151
    Atmostfear

    Hello,

    Recently, I released a new subsite and it has 5 widgets on the footer, one of which is disabled for mobile devices, leaving it to display 4 instead.

    My issue is that the widgets display as:

    Information
    Initiatives
    Services
    Compliance

    I would prefer to display those like this:

    Information – Initiatives
    Services – Compliance

    How can I accomplish this?

    #1242360
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    @media (max-width: 768px) {
        .footer-widgets .inside-footer-widgets .mobile-grid-100 {
            float: left;
            width: 50%;
            clear: none;
        }
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1242891
    Atmostfear

    Hello Leo,

    This worked out perfectly, thank you very much for the support.

    #1243190
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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