php - Thin white blank area added to right side of page on Android Chrome -


page: https://merkd.com/new.php

the area boxed in red trouble area. on desktop browser no matter how small reduce size of window not allow me scroll right , view blank space, leads me believe mobile-only issue.

additionally, on device, when load page page zooms not notice unless scroll on or zoom out.

i tried using chrome remote debugging not show me element white space belongs to.

any ideas may causing it? realize quite few things, wanted make sure wasn't overlooking common issue or silly mistake on end.

mobile view:

enter image description here

the issue here title-area has margins on left/right cause overflow past container resides it, pushing out edges.

so in short..

<div class="title-area" style="/* margin: 4em 1em -2.5em 1em; */"> 

needs become

<div class="title-area" style="margin:4 em 0 -2.5em;"> 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -