[Resolved] 2 line footer

Home Forums Support [Resolved] 2 line footer

Home Forums Support 2 line footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2203467
    Kevin

    I wanted to have 2 line footer so I added following CSS code but it’s not working.
    I already set footer layout to 4 footer sections and add contents to the 4 widgets.


    @media
    (min-width: 769px) {
    .footer-widget-1 {
    width: 100%;
    float: none;
    }
    .footer-widget-2,
    .footer-widget-3 {
    width: 30%;
    }
    .footer-widget-4 {
    width: 40%;
    }
    }

    #2203481
    Fernando
    Customer Support

    Hi Kevin,

    Can you try adding this CSS in Appearance > Customize > Additional CSS:

    .inside-footer-widgets {
        flex-wrap: wrap;
    }
    
    .inside-footer-widgets > div {
        flex: unset;
    }

    Kindly let us know how it goes. 🙂

    #2203505
    Kevin

    Worked…thank you. I don’t know what changed to cause it bc it was working before.

    #2203508
    Fernando
    Customer Support

    You’re welcome Kevin! Glad to be of assistance! Feel free to reach out anytime you’ll need assistance with anything else. 🙂

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