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

    Hello!
    I have a footer issue I am not sure how to fix. I have 3 columns with 6 widgets, and they look great on desktop and wide tablets, but not on small tablets– because the title and text is not the same length, the rows do not line up.
    What do you think is the best way to fix this? If I align them all left, they look small.
    Thanks in advance for your help!

    #724180

    Hi Julie,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer .widget {
        min-height: 170px;
    }
    }

    Best regards,
    Rikard

    #724491

    Hi Rikard,

    Awesome! Had to adjust it to 180px instead of 170, but now it looks great.

    Thanks so much for your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer widget alignment on small tablets’ is closed to new replies.