单页 Wordpress 大小响应

Singlepage Wordpress size responsive

我的单页框内容没有我想要的那样灵敏。当我尝试使用手机阅读以下页面:https://institutoschuman.org/en/the-monographies/ 时,右侧的文字被裁剪了。看看截图: 我试图更改 CSS 样式表,但我还没有找到解决方案。谁能帮帮我?

添加此样式

@media screen and (max-width: 768px) and (min-width: 0px){
    .sidebar .content.singlepage {
        width: 90% !important;
        padding-left: 10px;
    }
}