gpt4 book ai didi

php - 将响应式菜单拆分为两列

转载 作者:可可西里 更新时间:2023-11-01 00:29:19 24 4
gpt4 key购买 nike

这是我正在处理的网站 http://www.jokerleb.com/我正在使用这个https://responsive.menu , 免费版。它会出现在 400 像素及更小的设备上。

如何将它的列分成两列?

enter image description here

不知道如何编辑 CSS 使其看起来正确,如果可能的话。

最佳答案

将这些行添加到您的代码中:

@media screen and (max-width: 400px){
#responsive-menu-container{
width:100%;
}

#responsive-menu {
display: flex;
flex-wrap: wrap;
}

#responsive-menu li{
width:50%;
}
}

它对我有用。

关于php - 将响应式菜单拆分为两列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44294894/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com