Https://www.joomshaper.com/forum/ - Question | JoomShaper

Https://www.joomshaper.com/forum/

T

tomstark1963

Template 1 year ago

Hello,

I am reposting this question because I accidentally marked my first post as complete.

I am running Joomla 4.1.3, Helix Framework 2.0.9, and Helix Ultimate Template 2.0.9.

When using the layout as a template instead of a pre-defined header, as you scroll down the website, when the sticky header kicks in the body of the website 'jumps' up, what seems like somewhere around 50px.

Since it is still not addressed in the latest releast today, is there a piece of CSS or PHP code that will fix this issue? Please help me!!

Please, please, please fix this issue. I have seen several (may I even say 'many') requests for this to be fixed in Helix Ultimate. I was hoping in today's release that it would have been fixed, but it doesn't.

When using pre-defined headers, everything works great. I have tried to use a predefined header for my latest project, and even created my own custom header (with the help of Joomshaper staff, Thank You!), but it still isn't exactly what I need.

What works best for me is to use the layout template, and add modules to the project. It works great, except for this one, annoying, consistant problem.

I love your products and your support, but this is one that I really need to be fixed.

I have listed all of the necessary information in the hidden box below.

Thank you so much!!

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #69689

Hi there!

Thanks for your kind appreciations and the details:)

Please use the following code in your custom CSS:

#sp-header {
    position: absolute;
    top: 106px;
}
#sp-header.header-sticky {
    top: 0px;
}

Hope this will solve the issue for you!

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
T
tomstark1963
Accepted Answer
1 year ago #69693

Rashida,

Brilliant!! Works perfectly!! Thank you!!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #69697

Glad to know that and you are always welcome:)

0