Shapely-companion plugin | issues with responsive

Hi,
I have some issues with the text of the first page with the shapely-companion plugin. All elements are responsive except the text. Do you know why? I tried to desactivate some plugin like jetpack but it hasn’t change anything.

Hey there

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*fix responsive issue  */
@media (max-width: 768px){
  p.mb32 {
    width: 100%;
}
}

Best Regards,
Support

Hi,

Thank you for you help !
It works well.

Best regards,