Header And Title Problem - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Header And Title Problem

M

Mustafa Erdinç

General 1 year ago

Hello,

I give the module a title as a position. Header and title are mixed together

Help me!

https://hizliresim.com/ri4mrgm

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

Hi there!

Thanks for reaching out.

I have added the following code in your custom.css file:

#sp-header {
    position: relative !important;
}

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Please check and let me know.

Best Regards

1
M
Mustafa Erdinç
Accepted Answer
1 year ago #167000

Hello,

I want to move the title section up https://hizliresim.com/kwz67o4

Now the header is broken, it was normally a sticky header.

Help me please!

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

Hi,

Sorry for the unwanted delay.

Well, then please remove the previous code that I have shared before and then use the following one:

#sp-header {
    top: 36px;
}

Best Regards

0