在中心导航

时间:2017-07-09 09:51:14

标签: html navigation center blogger

我不希望导航菜单左对齐,但在整个宽度上以空格为中心。我怎么做?我使用“Blogger”。xxx 谢谢您的回答! 最好的祝福, 蒂尼

1 个答案:

答案 0 :(得分:0)

转到主题> 自定义> 高级> 添加CSS

添加此css代码:

#PageList1 ul {
    text-align: center;
}
#PageList1 ul li {
    float: none;
    display: inline-block;
    margin-left: -4px;
}
.tabs-inner .widget li a {
    border: 0;
}

然后按应用到博客