我怎样才能将propertycrowd(dot)com的'关于我们'和'它如何运作'的子菜单居中对齐?目前它已经左对齐,我希望它居中。
截图
到目前为止,我尝试了很多组合,但没有运气。
任何相关建议都将受到高度赞赏。
答案 0 :(得分:1)
尝试聊天:
#navigation ul ul
{
margin-left: -25px !important;
}
到
#navigation ul ul
{
margin-left: -10px !important;
}
根据需要更改margin-left值,直到它适合About us菜单。
答案 1 :(得分:0)
为text-align:center
媒体资源添加li
。
#navigation ul ul li
{
text-align:center;
}