Menu Like "Left Modal" - Question | JoomShaper

Menu Like "Left Modal"

D

Dominik

Helix Framework 8 months ago

Hi there

I do not use a predefined header. When I open my menu, it should open across the whole page and display the menu items centered. If possible also a background image like the predefined header “Left Modal”. Is that possible?

https://prnt.sc/eC61pe5X2dq8

Thank you Domi

0
17 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 8 months ago #185887

Hello Dominik,

Thank you for reaching out to our technical support forum. Sorry, this feature does not exist and we do not provide customization support. You can customize the solution with Custom CSS by yourself.

Best regards

0
D
Dominik
Accepted Answer
8 months ago #185913

Hi Ofi

I understand. But can you make the menu a little wider so that you can see the “X” for close?

https://prnt.sc/xnlPEtdLNwYv

Thank you. Domi

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 8 months ago #186166

I can't check your site. But I don't think the adjustment is needed. It is perhaps the design of the x icon. Please check it again.

0
D
Dominik
Accepted Answer
8 months ago #186189

I would like the X to be smaller so that you can see it. But without making the hamburger menu smaller.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 8 months ago #186207

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

.burger-icon > span{
    height: 4px !important;
    margin: 3px 0 !important;
}

Then check the offcanvas x icon.

0
D
Dominik
Accepted Answer
8 months ago #186218

Thank you Ofi. Unfortunately, the change also affects the normal hamburger menu. This is how it should look (this is how it looks at the moment):

https://prnt.sc/mViN9wkOLBK7

With the change it looks like this:

https://prnt.sc/cSu99a_Eo7DB

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 8 months ago #186222

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

.offcanvas-active .burger-icon > span{
    height: 4px !important;
    margin: 3px 0 !important;
}

It will not affect the regular hamburger toggler.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 7 months ago #186985

I have removed the problematic CSS from custom.css file. Please check Portfolio page now.

0
D
Dominik
Accepted Answer
7 months ago #186844

Unfortunately, the header no longer scrolls, so it is no longer sticky. I have fixed it with the code

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

but unfortunately without success. How can I make the header sticky again?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 7 months ago #186846

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

#sp-header.header-sticky {
    position: fixed !important;
}
0
D
Dominik
Accepted Answer
7 months ago #186854

Thank you Ofi. This works almost everywhere except for the SP Simple Portfolio. As soon as I scroll, the logo jumps to the left side and the hamburger menu disappears. Do you have a solution how this can be solved?

https://prnt.sc/6jL-JotcCVUa

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 7 months ago #186956

You have Custom CSS targeting .com_spsimpleportfolio header class. Remove it and then check the issue.

0
D
Dominik
Accepted Answer
7 months ago #186963

I have deleted this code from my custom.css but nothing has changed.

.com_spsimpleportfolio header {
    margin: 0 auto;
    width: 1320px !important;
    left: 50%;
    transform: translateX(-50%);
    border: unset !important;
    box-shadow: unset !important;
}

When scrolling, the logo jumps to the left and the hamburger menu disappears.

0
D
Dominik
Accepted Answer
7 months ago #186994

Looks perfect! Thank you!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 7 months ago #186999

You are welcome 😊

0
D
Dominik
Accepted Answer
8 months ago #186229

Perfect!! Thank you Ofi!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 8 months ago #186236

You are welcome 😊

I have a humble request. It would be very kind of you if you can manage some moment to give us feedback on

  1. Joomla Extension Directory
  2. TrustPilot

This will inspire us to improve.

0