我的主菜单左对齐我想在页面中心移动我的主菜单项。我正在使用protostar模板。
答案 0 :(得分:1)
假设您使用的是Joomla 3.5或更高版本,请在templates/protostar/css/user.css
创建一个文件(如果它尚未存在),并将以下内容添加到文件中:
.navigation {
text-align: center;
}
.navigation .nav {
display: inline-block;
}
答案 1 :(得分:0)
如果使用模板protostar,则在 templates \ protostar \ css \ template.css 文件夹中打开文件template.css。 并找到代码行:
value - x
添加代码:
.navigation .nav-pills {
margin-bottom: 0;
}