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!
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
Hi Rikard,
Awesome! Had to adjust it to 180px instead of 170, but now it looks great.
Thanks so much for your help!