White bar on the side of the site homepage

I have a white bar on the side of the homepage on my site, and i’m not sure how to remove it.
You can see it here: eu.thynkehub.com

Please could you help!

Hello there,

I hope you are doing well today.

I am not seeing a white bar on the sides at all.

Could you please provide an image of this issue so that I can inspect it?

Best Regards,
Support

If you scroll to the right there is a white line down the whole page, with no content in it… see screenshot!
Thanks

Hello there,

Thanks for that information, I see it now.

Have you added any new code to the theme?

Best Regards,
Support

Only the following code:
/Font Color/
.markup-format a {
color: #00c0c6;
}

Nothing else has been changed…

Hello there,

That CSS should not cause an issue.

You can use the following CSS code to remove the space by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove white space on right*/
body, html {
    overflow: hidden;
}

Best Regards,
Support