Hi Martin,
In this service section, as per the design, the image should float to left with just a thumbnail image. But you added a big image in using Custom, so there was an issue. To fix this, please add the following CSS in the “Appearance => Customize => Theme Options => Additional CSS” box:
/* Service Section Layout 3 Full Content on Large Screen */
@media screen and (min-width: 85.375em) {
.services-content-wrapper.layout-three .post-thumbnail {
float: none;
margin-right: 0;
}
.services-content-wrapper.layout-three .entry-title,
.services-content-wrapper.layout-three .entry-content,
.services-content-wrapper.layout-three .entry-summary {
margin-top: 20px;
}
.services-content-wrapper.layout-three .entry-container {
text-align: center;
}
}
Regards,
Sakin