Spread Team text CSS?

Hi. How can we insert a CSS so that get mostvout of the space under the photo? See screenshot

Hey there,

Let me see it, please provide URL of the page and I will check if it’s possible to fix it by custom CSS.

Regards,

Hi there,

Please add this CSS code in the Appearance > Customize > Additional CSS:

@media only screen and (max-width: 992px){
#team .section-content .person .person-image {
    width: 100%;
    margin-right: 0px px;
    float: none;
}
#team .section-content .person .person-content {
    width: 100%;
}
}

Regards,

1 Like

Thank you! Works… Michael

Sorry, it seems to work on smartphones, but on the PC it´s still the same issue. How to fix that? See this Screenshot by Lightshot

Hi @EMA1

The code provided above will only work for mobile devices, if you want it to work for all devices use this version:

#team .section-content .person .person-image {
    width: 100%;
    margin-right: 0px px;
    float: none;
}
#team .section-content .person .person-content {
    width: 100%;
}

Regards,

Still no changes, even with this code. Can you provide a different code that will take care of the issue? Screenshot by Lightshot

Hey there,

That how it should be: Screenshot by Lightshot most probably code was not added properly, please check.

Regards

I´ve checked multiple times and cannot see where the error is. See attached screenshot from theme CSS.
screenshot

Hey there.

Use that css at the top of your CSS box and let me know the results.

Regards,

1 Like

That works :slight_smile: Thanks!

Hey there.

Thats great :smiley: Let me know if there is anything else.

Regards.

1 Like