Scaling issues

Hi there,

I am having a lot of scaling issues on my website, i was wondering if u could give me a bit of insight how i can fix this and/or show me how to do it.
my website can be found here: circularcloud.nl

thanks in advance,

Wessel

Hi there

Hope you are having a good day and thank you for your question :slight_smile:

hm :slight_smile: Can you show a screenshot with indicating a problem? i just checked your website and i really can’t see anything unusual or out of the shape, everything looks normal for me

Thanks!
Colorlib Support Team

here

Hello there,

I hope you are doing well today.

The site appears fine for me also. please clear your browser cache then reload the page and let us know if the issue persists.

Best Regards,
Support

the problem is that if you drag your chrome/internet to a smaller size it will do what u see in the upper picture

Hello there,

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


@media (min-width: 992px)
.col-md-7 {
    left: 62px;
}

Best Regards,
Support