WordPress文章文本问题 [英] WordPress article text issue

查看:93
本文介绍了WordPress文章文本问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经通过编辑最大宽度从696到1300更改了文本区域。

I have changed the text area by editing the max-width from 696 to 1300

    .entry-content,
.entry-summary {
    margin-top: 34px;
    max-width: 1300px;
    width: 100%;

但这产生了两个问题


  1. 左上角的帖子页脚与它重叠,因此我的文字仅在帖子页脚之后开始。我不太明白我做了什么,但我知道我想要的文字开始在页脚旁边和页脚扩展后。

  2. 文本可以超过页面这使得能够进行右/左滚动。如何使文字不超过页面?


我认为问题是非常清楚使用上面提到的,但随时访问的截图中的帖子
http://www.abdorefky.com/testing-homepage-margins/

推荐答案

它的原因是因为当你将宽度从696像素增加到1300像素时,它包含div(.entry-wrap)不能再包含它,因为它只有1272像素宽。所以它必须把页面下面的div,甚至添加一个滚动条。我可以知道你打算做什么吗?

the reason why it went down is because when you increased the width from 696px to 1300px, it's containing div (.entry-wrap) cannot contain it anymore since its only 1272px wide. So it has to bring down that div below the footer and even add a scroll bar. May I know what you intend to do?

这篇关于WordPress文章文本问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆