Liferay欢迎主题导航栏

时间:2014-08-12 03:44:29

标签: html css3 sass themes liferay-6

我正在尝试更改尺寸页面标题。但我无法改变它。

我在custom.css中找到了导航栏的CSS,如下所示:

#navigation {
    position: relative;
    z-index: 3;

    li {
        border: solid #E2E3E3;
        border-width: 0 1px;
        display: none;
        /* WIDTH:33.333%; */    

        &:first-child {
            border-left-width: 0;
        }
     }
}

虽然从li评论或删除了宽度,但我看到导航条的宽度仅为33.333%。

我错过了什么?有人能帮助我吗?

感谢您的帮助!

以下是我的网页导航栏的外观:

enter image description here

1 个答案:

答案 0 :(得分:0)

Liferay的欢迎主题来自sas汇编。在编译好的CSS中,您需要更改CSS的属性,然后将其作为最终值接受。