How can i prevent this from happening?
Hello,
Try this code, it’s a custom fix for you issue:
#team .widget_illdy_person{
margin-top: 0;
vertical-align: top;
}
@media only screen and (max-width: 992px){
#team .section-content .person .person-image {
width: 100%;
float: none;
}}
Let me know if this got everything alright.
Best regards
Perfect, can you do this also for the service section?