【问题标题】:cant get the wordpress search bar on the right position无法在正确的位置获得 wordpress 搜索栏
【发布时间】:2015-06-30 18:57:16
【问题描述】:

我试图从购物车按钮获取左侧的 wordpress 搜索栏。 但问题是我无法做到这一点。 我没有让它工作,已经有一些自定义 css 使其具有粘性(位置固定),但现在我需要将搜索栏放在合适的位置。 我试图用边距来做,但我无法让它工作,因为我尝试将搜索栏放在徽标前面。

https://ima.nl/skin/这是网站链接我希望你能帮助我这个链接

【问题讨论】:

    标签: html css wordpress position


    【解决方案1】:

    嗨,试试这个 css 来设置正确的位置

    #header-cart-search {       
        position: relative;
    }    
    #header-cart-search .widget_search_mini {
            left: 410px;
            margin-top: 10px;
            min-width: 388px;
            position: absolute;
            top: 0;
        }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-12-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-07-26
      • 1970-01-01
      相关资源
      最近更新 更多