如何获得缩进的WordPress帖子文本?

我在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">

并删除co​​l-lg-offset-1以更好地放置文本

像这样 :

<div id="primary" class="content-area col-lg-10">

来源:

https://www.srcmini02.com/63109.html

微信公众号
手机浏览(小程序)
0
分享到:
没有账号? 忘记密码?