【问题标题】:Why menu item going down when i shrink the window?为什么我缩小窗口时菜单项会下降?
【发布时间】:2016-11-25 02:18:08
【问题描述】:

我的网站使用桥接主题,我不知道为什么,但是当我缩小 chrome 窗口时导航菜单项 "CONTATTI" 会下降。你有想法吗?感谢您的关注!

http://www.cantatorearredamenti.it/这个网站

【问题讨论】:

    标签: css wordpress themes bridge


    【解决方案1】:

    删除Position : absolute 并将其设为相对。我对 css 了解不多,但我希望这会有所帮助。

    nav.main_menu {
        position: relative;
        left: 84%;
        z-index: 100;
        text-align: left;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多