Kirill Zhokhov
asked 10 years ago

In safari browser button is not where it should be, how to fix?

2 Answers
DominicStaff
answered 10 years ago

To resolve this issue, please follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
After that, just add the following code to the Edit Css.

@media screen and (-webkit-min-device-pixel-ratio:0){
.banner #get-started {
    width: 14%;
}
}

Hope this helps !

Achim
answered 10 years ago

hi
which resolution are you using on you computer?
it seems, that you are using safari on windows?
did you try another browser? perhapes your safari is too old (and there will be no more updates for it on windows pc).
 
can you provide an url, so it can be checked on safari on OS X?

Powered by DW Question & Answer Pro