Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Lindaganslandt

    (@lindaganslandt)

    Hi,

    Thanks a lot for your efforts! This worked fine. However, it seemed to cause another problem. The menu seems to always be visible now, but with white background. Do you know what could be done to fix this?

    Thanks again for your great support!

    Thread Starter Lindaganslandt

    (@lindaganslandt)

    Hi Maruti,

    Thanks for the reply and help. Unfortunately I haven’t gotten it to work. In the style.css it now looks like the below (lines 427-444). Does that make sense or did I misunderstand it?

    #main-navigation > .sf-menu > ul {
        overflow: scroll;
    }
    #main-navigation .sf-menu > ul > li:after {
    	width: 6px;
    	float: left;
    	margin-top: 16px;
    	content: "/";
    	display: block;
    	color: #e6e6e6;
    	font-size: 1.8em;
    	font-family: Arial, Helvetica, sans-serif;
    	}
    #main-navigation .sf-menu > ul > li:last-child:after {
    	display: none;
    	}

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)