Header Logo moving on page load

Small little glitch I cannot seem to figure out.

When I load my webpage, my logo (center position) slightly moves to the left. Each refresh of the page shows this movement.

Any idea what would cause this?

Here is my page - https://capebretonhighlands.ca/

Hi @capebretoneer,

By withdrawing the post, I believe you already have resolved the issue. If the issue still existed, you can let us know.

Thanks.

I withdrew the last post…to combine it with my initial post. Sorry for the confusion.

This issue is still happening. Have a look at my page…and just refresh it. You will see my logo shift slightly to the left, on page load…and I have dug and dug thru settings trying to correct this, with no luck to date.

Any help or advice, much appreciated.

Dave

Hi Dave,

I have checked your website but didn’t find the issue you described in your post. Can please provide any screenshot marked with the issue or any video that helps us to recognize the problem.

Thanks

Tried to upload a little .mov file…but get a message, “Sorry, the file you are trying to upload is not authorized (authorized extensions: jpg, jpeg, png, gif).”

To help you see the issue…it happens on initial loading of the page. The logo will move/shift slightly to the left. Not a big movement…but a noticeable movement. If you miss in on initial loading of the page… right click on the page and reload. You will see the logo move.

Hope that helps you see this issue.

Hi @capebretoneer,

Thank you for the clarification, yes I can replicate the issue on my end, please try adding this to Theme Options > CSS

body {
    overflow-x: visible !important;
}

Hope it helps,
Cheers!

Perfect!! Your coding worked perfectly. Thank you SO very much. :slight_smile:

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.