简体   繁体   English

Joomla! 子页面菜单项缩进

[英]Joomla! sub-page menu item indent

I am trying to indent 3rd level menu items on sub-pages in a Joomla! 我正在尝试在Joomla的子页面上缩进第三级菜单项! 1.5 install. 1.5安装。 Can anyone throw me any tips for making this possible? 谁能给我一些技巧来实现这一目标?

If you look on this page, you'll see that the page you're on, in the left menu, is vertically inline with all the other page links in the menu. 如果您查看此页面,则会在左侧菜单中看到所在页面与菜单中所有其他页面链接垂直内联。 Since this is a sub-page of Hanson History, I would like Hanson Team to be indented a few pixels, so the user see's it's a sub-page of that menu item. 由于这是Hanson History的子页面,因此我希望Hanson Team缩进几个像素,因此用户可以看到它是该菜单项的子页面。

http://hanson.betabing.com/about-us/hanson-history/hanson-team http://hanson.betabing.com/about-us/hanson-history/hanson-team

Thanks for looking, Bill 感谢您的关注,比尔

使用CSS定位第二级无序列表

#content-left-interior ul.menu li ul li a span { padding-left:10px; }

add this in template.css under templates/hanson/css 在template / hanson / css下的template.css中添加它

#content-left-interior li li {
   padding-left: 46px;
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM