Scroll bar issue

Thank you for this theme! I am having one issue where the small circle that scrolls you to the top of the page is expanding, I will attach screenshots of what I am talking about, if you can help me solve this issue id greatly appreciate it! Thank you!

Hi @cluedincouples,

I hope you are well today and thanks for posting here.

I visited your site to troubleshoot it but found it’s working fine as shown in the attached screenshot.

Is it started working fine or is it happening on any specific browser?

Please advise.

Kind Regards,
Movin

Good evening, thank you for responding! It is still appearing like i previously attached. Please let me know! Thank you I appreciate it.

Hi @cluedincouples,

Now i could confirm the issue on your site and it seems the issue of CSS conflict.

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

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

.scroll-to-top {
    bottom: 50px !important;
    height: 35px;
    top: auto !important;
}

Best Regards,
Movin

It worked! Thank you so much!

You are most welcome here :slight_smile: