How to find plugins on site

Hi all,

I am very new to the website building space, so forgive me if my question is very basic.

I am trying to fix the problem of my website not scrolling on mobile devices. I see somewhere on this platform, somebody was advised to disable a plugin to solve this problem. Can somebody show me how to get to the plugins?

I thank you in advance for your assistance.

Hi there

May I see the problem, please share url of your website and I will check it

Thanks

https://www.galaxyreachers.co.za

Hi there

You have HTML template, there is no plugins here its a plain HTML template

why doesn’t it scroll down on mobile devices? Can you assist with that?

Hi there

Ok, this css will fix your problem:

.owl-carousel.owl-drag .owl-item {
-ms-touch-action: auto;
touch-action: auto;
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}

please apply it and let me know results