Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1047354

    Hello,
    I have had this problem already: from time to time the footer display four columns instead of showing contents one below the other
    Please see screenshot
    https://profumo.tinytake.com/sf/MzE3NTYyN185NTEwMzU0

    Thank you
    mauro

    #1047360

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    @media only screen and (max-width: 767px) {
    #footer .flex_column {
        width: 100%;
        margin-left: 0;
    }}
    
    

    Best regards,
    Yigit

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