Grey Bar on The Right Side When Scrolling

Hi,

Why is there a grey sliding bar on the right side of my website when I scroll? How can I remove it? Please try scrolling while on my site and you’ll see what I mean.

I attached a screenshot to show what it looks like.

Yvonne

Hi Yvonne
Sorry I don’t have an answer but it does look strange. It’s like the ‘Up’ tab that is usually found in the footer.
I really only came here to let you know your website made me hungry :slight_smile: Great site!
Steve

Hi @yvonne,

I hope you are well today and thank you for your question.

This is happening due to CSS conflict on your site.

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

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


.scroll-to-top {
    bottom: 4% !important;
    top: auto !important;
}

Best Regards,
Movin

Thanks @Movin, it worked!

and thanks @steveb47 for your comments :slight_smile:

Yvonne

You are most welcome here :slight_smile: