CSS is not changing

Hello I tried to change the position of the logo on mobile view using CSS 

@media only screen and (max-width: 767px)
.mobile-header-mini #Top_bar .logo {
    width: auto;
    float: left;
    margin-left: 120px;
    border: none;
}

after i save in the theme options nothing change and it gets back as before. also i tried to put the code using snippet plugin it always give me an error.


attached is the website

Comments

Sign In or Register to comment.