gpt4 book ai didi

css - 单页 Wordpress 大小响应

转载 作者:行者123 更新时间:2023-11-28 14:58:11 25 4
gpt4 key购买 nike

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

最佳答案

添加这个样式

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

关于css - 单页 Wordpress 大小响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50656029/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com