• Resolved steve92

    (@steve92)


    I noticed that the symbol marked with the red arrow does not appear under 768px. How do I change the code?

Viewing 1 replies (of 1 total)
  • Thread Starter steve92

    (@steve92)

    I solved it this way, it seems to work:

    @media screen and (min-width: 320px) and (max-width: 767px) {
    /* Dropdown */
    .main-navigation ul li ul li:before {
    	color: #ddd;
    	content: "─";
    	left: 0;
    	position: absolute;
    	top: 10px;
    }
    .main-navigation ul li ul li {
    	border-left: 1px solid #ddd;	
    	padding-left: 10px;
    }
    }
Viewing 1 replies (of 1 total)

The topic ‘Symbol does not appear on the device’ is closed to new replies.