Pro Header Inquiries/Issues

Hi there!

Need some assistance with the Pro header builder on the following site:

Issue 1: I would like no movement when user scrolls and sticky header follows. It’s a little jumpy at first scroll.

Issue 2: how can I apply z-index to just the logo so that my z-index setting for the bars stay as they are now? You’ll see I need the top bar to be on top of the bottom bar because of the shadow on the bottom bar but this puts the logo in the bottom bar under the top bar.

Thanks!

Hi @nathandutoit,

Thank you for writing in, but sorry I am not entirely certain about your issue 1, I can’t replicate that issue on my end, please clarify.

Regarding the image z-index, you can add this on your image Element CSS area

$el.x-image {
	z-index: 9999;
}

Hope it helps,
Cheers!

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