Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22083

nobita on "[Theme: raindrops] Mobile Page not 'Centred' - has Margin on the Right"

$
0
0

About Right Margin

Please try below.

Add to responsiveness.css last line.

/* chrome right margin */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
  html,
  body{
    width:100%;
    overflow-x:hidden;
  }
}

I think If the issue is resolved in this measure, in the next version, and would like to add this change.

Please tell me, if possible, the results

Thank you.


Viewing all articles
Browse latest Browse all 22083

Trending Articles