0

I have a blog and I didn't change it for a long time. But when I visited my blog, I noticed these paddings on Chrome Mobile (Android). I used CSS Reset files and there wasn't any problem on Chrome Application.

Android View

Details of My Problem

By the way, link of this page is http://zinzinzibidi.com/blog/genel/war_thunder_goklerin_fatihi_olun

The issue is only in Chrome Mobile. There is no problem with desktop Chrome.

How can I get rid of these paddings?

Thanks in Advance

Mr. Zoidberg
  • 514
  • 4
  • 13

1 Answers1

0

try this:

html, body
{

    margin: 0px !important;
    padding: 0px !important;

}
James Anderson Jr.
  • 760
  • 1
  • 8
  • 26