我在WordPress博客中使用主题” blogito”。在我的文章中, 文本(<p>)很奇怪地右缩进, 在某些浏览器中, 你看不到整个文本。
如何获得左缩进, 使文本与图片对齐。在此帖子页面上, 你可以了解我的意思:
ShopDoc – das Allrounder-Tool für Amazon Verkäufer
这与类entry-content col-xs-12 col-lg-10 col-lg-push-2有关吗?
我对JavaScript和CSS真的很不好, 很高兴为你提供帮助:)
干杯
抢
#1
你已为内容区域设置了偏移量
在代码中找到这一行
<div id="primary" class="content-area col-lg-10 col-lg-offset-1">
并删除col-lg-offset-1以更好地放置文本
像这样 :
<div id="primary" class="content-area col-lg-10">
评论前必须登录!
注册