Page Builder - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Page Builder

Aslam Ahamed

Aslam Ahamed

Helix Framework 2 years ago

Dear Joom Team,

I need help with Offcanvas menu. I want the menu top of the screen. PLease can you help out.

https://yourimageshare.com/ib/n2GWaqHPeB

Thanks Aslam

0
11 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #111297

Hi Aslam Ahamed,

Did you try Pavel's custom CSS, please? I have checked and it works.

However, you can use the following code in your custom CSS either:

body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
    right: 0;
}

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
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #110289

Hi Aslam,

Using Menu module settings you can choose which menu will be displayed inside Offcanvas menu. It doesn't have to be "MainMenu" you can choose different one from list.

info_781_2023.png

0
Aslam Ahamed
Aslam Ahamed
Accepted Answer
2 years ago #110295

Hi Paul,

I want the menu Over the screen.

Thanks

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #110320

?? I still don't understand what is wrong

Please make a mock-up and share link to it. Otherwise we stuck.

0
Aslam Ahamed
Aslam Ahamed
Accepted Answer
2 years ago #110325

EVERYTHING LOOKS OK. plEASE SEE THE SCREENSHOT I HAVE SHARED.

the menu push the screen to the left. I dont want that. i want the menu to be top of the screen

thanks

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #110395

info_785_2023.jpg

If you want to move Offcanvas menu somewhere else (left, middle), you have to use Custom CSS, if current settings has too little feature for what you need.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #110396

But If you want to reduce that top space from 80px to 40px

info_785_2023.jpg

use custom CSS, for example:

.offcanvas-menu .offcanvas-inner {
  padding-top: 40px !important; }

There is an old saying, that one good image is worth 100 words, are you agree?

0
Aslam Ahamed
Aslam Ahamed
Accepted Answer
2 years ago #110482

I want the offcanvas menu over the screen.

https://yourimageshare.com/ib/bpeCkbCOKS

0
Pavel
Pavel
Accepted Answer
2 years ago #110490

Hi. In latest raw Helix Ultimate template it works just as you want - offcanvas menu is over the body ("screen") + blure for content.

If you use raw Helix Ultimate, just update it.

For other HU based templates try this code

.body-wrapper {
    inset: 0 !important;
}
0
Aslam Ahamed
Aslam Ahamed
Accepted Answer
2 years ago #111299

Thanks Rashida . You Are savior it worked <3

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #111302

Glad to know that and you are always welcome:)

0