【发布时间】:2017-06-10 21:08:36
【问题描述】:
我正在尝试将菜单栏中的最后一项 like here 浮回到我的 wordpress 中,但我无法管理它以使其工作。有没有实用的方法来做到这一点?
li:nth-last-child(1) {
float: none;
display: inline-block;
}
【问题讨论】:
-
li:nth-last-child(1){ float:right; }没用?