Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #230780

    I’m using a child theme with Enfold parent
    After I updated Enfold to the latest version our 4 column footer isn’t resizing as responsively as the previous version. Any solutions?

    Bigger screen:
    4 column footer large screen
    Smaller screen:
    4 column footer small screen

    #230837

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #230847
    This reply has been marked as private.
    #230868

    Hey!

    Try adding this code to the Quick CSS:

    
    @media only screen and (min-width: 520px) and (max-width: 989px) {
    #footer .flex_column{
        width: 50% !important;
        margin: 0 !important;
    }
    }

    Cheers! 
    Josue

    #230896

    Thank you Josue, that fixed it!

    WP Admin: Enfold > Styling > Footer tab: Quick CSS

    @media only screen and (min-width: 520px) and (max-width: 989px) {
    #footer .flex_column{
    width: 50% !important;
    margin: 0 !important;
    }
    }

    Click “Save all changes” button

    Fixed:
    4 column footer small screen fixed

    Smiles,
    Jagrav

    • This reply was modified 10 years, 1 month ago by Jagrav.
    #230901

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘4 column footer’ is closed to new replies.