Themis Template: Sticky Menu - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Themis Template: Sticky Menu

BM

Bernard Moret

Template 4 years ago

Hello,

The sticky menu is buggy, at least on google chrome, when scrolling, the content seems to be jumping. Any known fix?

Thanks!

Bernard

0
13 Answers
Pavel
Pavel
Accepted Answer
4 years ago #6397

Hi. The problem is that the fix looks different for different types of pages. For blog and article pages it would be like this:

.com-content #sp-main-body {
    padding-top: 80px;
}

(padding-top must be equal to header height ) Remove the code that Ofi provided.

Sorry Ofi, but your decision is not correct.

For SP PB pages (if header start position is absolute)

.com-sppagebuilder #sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 0px;
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #5211

Hello Bernard Moret

Please share a screencast of your issue to understand it better. I have not found the issue.

Best regards

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #5592

Please use this CSS to Template Options -> Custom Code -> Custom CSS

#sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 0px;
}
0
BM
Bernard Moret
Accepted Answer
4 years ago #5896
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #5947

If you use the CSS, then the buggy sticky header will be fixed.

0
BM
Bernard Moret
Accepted Answer
4 years ago #5999

No the CSS is creating the bug. Please support.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #6234

Use this CSS

#sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 0px !important;
}
0
BM
Bernard Moret
Accepted Answer
4 years ago #6239
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #6379

Please clear your Browser's cache and then check. I find it good now.

0
BM
Bernard Moret
Accepted Answer
4 years ago #6423

OMG that's it! Thanks Pavel!

0
Pavel
Pavel
Accepted Answer
4 years ago #6464

You are wellcome

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #6786

Thanks Pavel for the solution.

0