Make team sidebar full width on mobiles

Hi,
Love using Illdy but could someone help with this? I only have one team member widget to display in the team section and I want it to be full page width on the site. I have worked out from other posts how to do this on the normal PC version of the web site, using some css code, but this doesn’t seem to work for the mobile version. On mobile the team member sidebar/widget is very long and think, cutting words in half. Is there some css code that I can use to make the mobile version display the team member widget section as full mobile page width?
My website is www.patchoftheplanet.com
Thanks,
Neil

Hello,

I hope you are doing well today.

You can use the following CSS code to change the widget by going to Appearance > Customize > Additional CSS and pasting it there.


#team .section-content .person .person-content {
    text-align: left;
    width: 100%;
    float: none;
}

Best Regards,
Support

Fantastic - thank you!

Good morning

Is there anything else or can we close this case?