Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #782606

    Hello, I am currently using four columns in my footer. When viewed on mobile, all the columns stack on top of each other. Any way to make it into two columns on mobile only?

    #782848

    Hey CPM_usa,

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

    
    @media only screen and (max-width: 767px) {
        #footer .flex_column {
            width: 50% !important;
            float: left;
        }
    }

    I hope that helps!
    Sarah

    #782898

    that did it! Thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer columns widget in mobile’ is closed to new replies.