html - 固定定位横幅 - 较小设备上的响应问题

标签 html css media-queries

我有一个网站,它在较小的设备上存在横幅响应问题。 Logo 也向右拉。

网站 link .

#rev_slider_1_1949_wrapper
{
    position: fixed;
    z-index: 0;
    max-width: 1200px !important
}

enter image description here

请帮我修复这个错误。提前致谢

最佳答案

尝试在相应的样式表 (720.css) 中为您的 .container_24 元素指定一个 width: 100%

关于html - 固定定位横幅 - 较小设备上的响应问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22540917/

相关文章:

javascript - 在页面之间显示 'Page Loading' 消息

html - 图像叠加文本不响应 Bootstrap

html - 导航栏中的垂直居中菜单

html - 响应式设计

javascript - Angular Controller 中的 jquery focusin 和 focusout

css - 使用 CSS3 box-shadow 在三个边上形成一个像素阴影

html - 行高属性不适用于单独的 html 元素

css - 与 css 相比,xsl 需要什么?

ios - iPhone 6 的输入占位符

css - 是否可以在 Styled-Component 中使用 Style System 的断点?