Tagged: grid, iPad, responsive
Hi guys,
On the contact page on iPad the grid layout has a white bar underneath and the icons are cut off. On Android mobile and desktop it looks fine. (see Private content)
How can I fix this?
Sincerely,
Morticka
Hey Barb! :)
Please add following code to Quick CSS
@media only screen and (max-width: 1024px) and (min-width: 768px) {
#brcontactgrid .flex_cell:nth-child(2) {
padding-bottom: 41px!important;
}}
Regards,
Yigit
Yes, that did it! Thx Yigit :D
Sincerely,
Barb