无法在正确的位置获得 wordpress 搜索栏
cant get the wordpress search bar on the right position
我正在尝试通过购物车按钮在左侧获取我的 wordpress 搜索栏。
但问题是我无法做到这一点。
我没有得到它的工作已经有一些自定义 css 使它粘(位置固定)但现在我需要在好的位置上获得搜索栏。
我试着用边距来做,但我无法让它工作,因为我尝试将搜索栏放在徽标前面。
https://ima.nl/skin/ 这就是网站 link 我希望你能帮助我 link
你好试试这个css设置正确的位置
#header-cart-search {
position: relative;
}
#header-cart-search .widget_search_mini {
left: 410px;
margin-top: 10px;
min-width: 388px;
position: absolute;
top: 0;
}
我正在尝试通过购物车按钮在左侧获取我的 wordpress 搜索栏。 但问题是我无法做到这一点。 我没有得到它的工作已经有一些自定义 css 使它粘(位置固定)但现在我需要在好的位置上获得搜索栏。 我试着用边距来做,但我无法让它工作,因为我尝试将搜索栏放在徽标前面。
https://ima.nl/skin/ 这就是网站 link 我希望你能帮助我 link
你好试试这个css设置正确的位置
#header-cart-search {
position: relative;
}
#header-cart-search .widget_search_mini {
left: 410px;
margin-top: 10px;
min-width: 388px;
position: absolute;
top: 0;
}