我一直在寻找发生这种情况的原因。我不一定要展示代码,因为我不知道它来自哪里。然而,看起来它可能来自CSS内部的东西从768到下来的移动样式......?
This is the website I'm working on
我发生的事情是我在网站右侧获得了一些填充(?)。它似乎没有在firefox中显示,但它确实在chrome中,然后我在移动设备中测试它。
我已经查看了这个问题/答案(Unwanted space at the right of the site)并查看了我的样式,但无法找到另一个设置自己比屏幕宽的div。
任何建议或意见都会很棒!提前谢谢!
更新:
当您突出显示文本并移动到最右侧时,填充将显示在Chrome中。至少它会为我做到这一点。
答案 0 :(得分:2)
问题位于margin-right: 4.5em;
。尝试删除它。
#angela-footer-contact .widget_black_studio_tinymce {
display: inline-block;
height: 50px;
margin-right: 4.5em;
}