css - 在我的网站右侧填充

标签 css

我一直在到处寻找为什么会这样。我不一定要展示代码,因为我不知道它来自哪里。然而,它看起来确实可能来自 768 及以下移动样式的 CSS 中的某些内容...?

This is the website I'm working on

这是怎么回事,我的网站右侧出现了一些填充 (?)。它似乎没有在 firefox 中显示,但它在 chrome 中显示,然后当我在移动设备中测试它时。

我查看了这个问题/答案 ( Unwanted space at the right of the site ) 并查看了我的样式,但找不到另一个将自身设置为比屏幕更宽的 div。

任何建议或意见都会很棒!提前致谢!

enter image description here

更新:

当您突出显示文本并移动到最右侧时,填充将显示在 chrome 中。至少它对我来说是这样。

enter image description here

最佳答案

问题位于margin-right: 4.5em;。尝试将其删除。

enter image description here

#angela-footer-contact .widget_black_studio_tinymce {
    display: inline-block;
    height: 50px;
    margin-right: 4.5em;
}

关于css - 在我的网站右侧填充,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25942582/

相关文章:

css - 如何为具有不同屏幕尺寸的所需输出安排行和列 :

html - 将鼠标悬停在单个子 div 上时,将父 div 更改为不同的背景

iphone - 如何从 iphone 浏览器隐藏桌面 css?

html - css a nav 隐藏了我的文本

白屏前的 Android 闪屏

css - 使用 bootstrap 将我的标题图片中的文本和 fa chevron 对齐

php - 如何在类别产品列表底部的 magento 2.1.8 中移动静态 block

javascript - 幻灯片 javascript 不工作

javascript - 创建自定义 CSS 文本框

html - 如何在同一行显示 <a> 内的 <span> ?