Typo visibility + Not well displayed on mobile

Hello,

I have just changed my theme for yours.
Here is my website : https://surf-balance.com/le-surf-balance-challenge-suivez-laventure/

I have several issues:

  1. The article cannot be readen on mobile as the right side of the article is cut (see attached the screenshots)
  2. On mobile, the video at the top of the article is not displayed as on the website (see screenshot attached)
  3. The letters are very small on both web and mobile and even in full black color, it is hard to read the articles. Is there a way to make the letters bigger and more visible without using just the bold letter effect ?

Thanks for your help!

Benoit

Hey there

thank you for questions :slight_smile:

  1. Where exactly this is? I tried your homepage and some inner pages, why I can’t see this problem? :slight_smile:
  2. Well, this is normal because your iframe has a predefined height of 392 px, and this is why height remains the same on the mobile phones if its possible set it to 100%
  3. Yes, you can use this code to increase font little bit:

body {
font-size: 16px;
}

let me know if it worked