如何将主菜单移动到joomla中心

时间:2018-03-18 15:39:00

标签: joomla joomla3.0

我的主菜单左对齐我想在页面中心移动我的主菜单项。我正在使用protostar模板。

2 个答案:

答案 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;
}

As the following image