Header bar jerk

Hi,
I am using pro header builder for one of my websites. In header, I have 2 bars - A small top bar and main bar with logo and menu. I want only the main bar to be sticky. That is working fine as I select the sticky option in main bar. I scroll the page from top to bottom (top bar disappears and main bar sticks), that is fine. But the issue is when I scroll back to top, top bar appears again but the logo on main bar jerks abruptly while coming back to original size. Can it be smoothen a bit (I mean how it appears back to original size)?

You can see the site here - https://creativeamit.com/sashlabs/

Regards,
Amit

Hello Amit,

Thanks for writing to us.

I checked your site it seems that you have added a custom CSS code for the footer bar which is causing an extra scroll on the site which might be one of the reasons behind your issue.

I would suggest you please remove this custom CSS code and then check it again.

.copyrightbar {
    margin-top: -6em;
}

Please note you must clear your browser cache and then check it or check it in the private mode of the browser.

Thanks

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