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.