0

在 wordpress 菜单栏中的我的标签上使用 CSS 字间距时没有效果。但在开发工具中,它似乎已正确应用于元素。

.main-navigation .main-menu > li > a {
    color: white;
    font-weight: normal;
    font-family: maiandra_gd_regular, verdana, sans-serif;
    margin: 0;
    word-spacing: 0.1em;
}

这是目标网站: www.viayoga.ch

非常感谢您的帮助!

4

1 回答 1

2

它确实有效,只需使用更大的值。尝试word-spacing: 1em;

于 2019-12-09T13:31:10.903 回答