http://183.111.125.81/wp-content/themes/screenr/style.css
310줄
ul {
list-style: none;
}
318줄
ul li, ol li {
margin: 8px 0;
float: left;
}
이렇게 바꾸시면 되는데, 이렇게 수정하면 다른 ul 들 까지 영향를 주게 되기 때문에,
이런식으로 부모 element 부터 거슬러 올라가서 찝어 주고 내려 오셔야 합니다.
.menu-login-container ul {
float:left !important;
list-style: none !important;
}
Attorney, front-end developer, digital media artist, WordPress enthusiast, & a father of 4 wonderful children.
Lives in Colorado.