Joomla 3 水平菜单

问题描述

我在 Joomla 3.9 站点上使用 Joomlashaper Helix Ultimate 框架。

我需要在主导航超级菜单下方的位置添加第二个水平菜单。

所以我创建了第二个 Joomla 菜单,添加了一个菜单模块并将其分配到“标题”位置。

这是生成的一段html代码。

<div id="sp-title" class="col-lg-12 "><div class="sp-column "><div class="sp-module "><div class="sp-module-content">
<ul class="menu">
<li class="item-329 menu-deeper menu-parent"><a href="#">Lavoro<span class="menu-toggler"></span></a><ul class="menu-child"><li class="item-333"><a href="#">Domande</a></li><li class="item-334"><a href="#">Offerte</a></li></ul></li><li class="item-330"><a href="#">Organi Istituzionali</a></li><li class="item-331"><a href="#">La scuola</a></li><li class="item-332"><a href="#">Privacy</a></li></ul>
</div></div></div></div>

我添加了此代码以水平显示主级别,但我需要了解如何使用下拉级别完成它。

#sp-title .sp-module ul > li {
border-bottom: 0 none;
display: inline;
float: left;
}

有什么帮助吗?

亲切的问候, 马特

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...