custom css do not work for mobile

edited September 2015 in Theme support
Hi,

I am trying to adjust the position of Back to top button to move it closer to the right.
It works fine on desktop when I change the size of the browser window. But nothing changes on my mobile phone. The same with Busket icon in top bar.

I use the following code in custom CSS (it does not matter which size in max-width):

@media only screen and (max-width: 960px) {
 .nice-scroll #Footer .footer_copy a#back_to_top.sticky {
    right: 25px;
}

can you help please?

Comments

Sign In or Register to comment.