[Resolved] Widgets in footer .Resolution 1024*768

Home Forums Support [Resolved] Widgets in footer .Resolution 1024*768

Home Forums Support Widgets in footer .Resolution 1024*768

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

    Hello,
    I have 3 widgets area in the footer. With 1024 * 768 resolution the footer widget does not look properly. The third area widget jumps down. Can it be adjusted in any way?
    Thanks.

    #552902
    Leo
    Staff
    Customer Support

    Hi there,

    Can you give this CSS a shot:

    @media (min-width: 768px) and (max-width: 1025px) {
        .inside-footer-widgets {
            display: flex;
        }
        body .inside-footer-widgets .footer-widget-1,
        body .inside-footer-widgets .footer-widget-2,
        body .inside-footer-widgets .footer-widget-3 {
            width:33%;
        }
    }

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

    #553433
    jcbeal

    Thanks, problem solved.

    #553870
    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.