大家晚上好,我想在移动菜单的标题中,在徽标中间和菜单手风琴中间之间安装一个按钮(在我将发送的图像中进行解释)
我尝试过这样做,但很少只在手机的移动版本中对我有效,但在其他版本中,也不可能在google chrome的css搜索引擎中看到,当你放置响应版本时,但在其他设备中它不会出现
这是页面的链接:https://bildschulebuchs.ch/aktuelles/
这里是图像
这是我使用的代码,但对我没有帮助
el html este:
<;
div id="masthead" class="navbar menu-primary menu-light submenu-dark style-light-original menu-with-logo">
<div class="mobile-additional-icons">
<a class="efectobotonn" href="https://bildschulebuchs.ch/kurse/">Kurse</a>
</div></div>
这是使用的css:
@media screen and (max-width: 890px){
.efectobotonn {
width: 90px;
height: 50px;
position: relative;
margin: auto;
left:-50px!important;
top:65px!important;
font-size: 24px!important;
font-family: \'Roboto Mono\', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
border-radius: 10px;
border: 2px solid #000;
padding: 5px;
border-style: dashed;
color:#000!important;
z-index:100;
background-color: #fff;
}
}
我不知道是否必须调用php函数才能使其工作,但我不知道是哪一个,它在某些设备上工作,但在其他设备上不工作
如果你能帮助我,我将非常感激