Site double wide in mobile view because of child theme

Hi

Love the theme but I have come up agains an odd problem.
A while ago you were nice enough to send me a child theme för sparkling to fix a bugI was experiencing (thank you) but I ve have since then notice that the child theme makes my site double wide i mobile view.

To explain, the site fits in the mobile window but to the right of the viewing area there is alot of white space, visible if you scroll with your finger.

In android, the white is only visible when you scroll byut in iOS its visible all the time. That is a big problem, please help as soon as you can.

My site is: annalerneryd.se using Sparkling and Sparkling child theme.

Hi @copyokod,

Sorry to hear of the problem you are having.

I could confirm the issue on your site.

You can try resolving this issue by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

div#logo {
    max-width: 100% !important;
}

Best Regards,
Movin