Change Request For Mobile 'Hamburger' Position And Style - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Change Request For Mobile 'Hamburger' Position And Style

PG

Phillip Gailinas

Helix Framework 3 years ago

Using Helix Ultimate 2.0.7 on Joomla 4.1.0. I have two requests:

  1. I would like to place the mobile menu 'hamburger' in the center of the screen instead of right or left.
  2. I would like to replace the 'hamburger' with an image of my choice (appropriate size of course).

If this has already been described in a document or discussed in the forums, a link would be appreciated.

Thanks in advance.

0
4 Answers
PG
Phillip Gailinas
Accepted Answer
3 years ago #59168

To place the hamburger in the center of the page, I used:

.justify-content-end { justify-content: center !important; }

To place a wider image where the hamburger is (this placed the image over the hamburger):

.burger-icon { width: 80px; background: url(../images/menu-text_80x26.png) ; cursor: pointer; }

Since I was using a transparent image, I needed to also remove the hamburger visibility:

.burger-icon>span { background-color: transparent; }

Still have an issue with the offcanvas close but I'll get to that later.

0
Pavel
Pavel
Accepted Answer
3 years ago #59012

Hi. There is not options for this. It can be done only via css if you have skills.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #59016

Hi

Sorry, there is no default feature like this, you can do this via custom CSS. But you have to customize it yourself because I am sorry to say that we do not provide customization support.

Hope you understand.

-Regards.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #59253

Thanks for sharing the solutions with us.Glad to know that you have fixed the issue.

-Regards.

0