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

    Hi,

    I am using a 3 column footer, and the middle widget is empty. When viewing on mobile, there is a large gap between left and right widget, which of course is top and bottom on mobile.

    How do I hide this middle widget on mobile so that the gap is not there?

    Thanks!

    • This topic was modified 7 years, 6 months ago by timkeeley.
    #695777

    Hey timkeeley!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    #footer .flex_column:nth-child(2) {
        display: none;
    }}

    Cheers!
    Yigit

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