Off Site Canvas Menu Update - Helix Framework Ultimate 2.0.6 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Off Site Canvas Menu Update - Helix Framework Ultimate 2.0.6

T

TechGuru

Helix Framework 3 years ago

Dear Support,

I would like to add a row of icons with links to the off canvas menu, How do I do this. The following is my test web site https://webapps.jpc.vic.edu.au/homex/

when the site is in mobile view The 4 icons on the top needs to be displayed above the search. to look like the following any help is appriciated.

If a module could be inserted into the off canvas menu would help do this.

thank you, Kris

0
5 Answers
T
TechGuru
Accepted Answer
3 years ago #53967

Thank you. This answers all the questions I have.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #53258

Hello Krishan Gurusinghe

You can publish the module at Offcanvas position. This should work.

Best regards

0
T
TechGuru
Accepted Answer
3 years ago #53462

Thanks Khan, This works however can I move this to the top of the off canvas position rather than at the bottom.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #53527

You are welcome. Please use this CSS to Template Options -> Custom Code -> Custom CSS

.offcanvas-menu .offcanvas-inner{
    display: flex;
    flex-direction: column;
}
.offcanvas-menu .offcanvas-inner div:nth-of-type(5){order: 1;}
.offcanvas-menu .offcanvas-inner div:nth-of-type(1){order: 2;}
.offcanvas-menu .offcanvas-inner div:nth-of-type(2){order: 3;}
.offcanvas-menu .offcanvas-inner div:nth-of-type(3){order: 4;}
.offcanvas-menu .offcanvas-inner div:nth-of-type(4){order: 5;}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #54111

You are welcome. Please accept the answer that helped you. It will be then easier to find the solution for the other users with the same issue. There is a button to accept answer after each comment.

I have a humble request too. It would be very kind of you if you can manage some moment to give us feedback on Joomla Extension Directory. This will inspire us to improve.

0