Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 WordPress 中工作。我是新手。我正在尝试使菜单右对齐。默认菜单样式是左对齐我想要的是让它右对齐,以便整个导航是右对齐我没有更改任何部分样式所以假设我使用的是 WordPress 21 主题的默认样式。
尝试将#access div的css更改为在style.css中正确浮动
#access div { float: right; margin: 0 7.6%;
}