Hamburger Menu Stopped Working After Empire Update - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Hamburger Menu Stopped Working After Empire Update

SS

Steve Stevenson

Template 2 years ago

Hi there, the hamburger menu has stopped working since Empire update.

Can you help Please?

Steve

Joomla 3.1 www.document-genetics.co.uk

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #116154

And in your case you need custom CSS

 @media screen  and (max-width: 767px) {
#offcanvas-toggler {margin-right: 10px;}
#sp-menu { z-index: 9999; }
.sp-module.top-search {max-width: 200px;}
}

please add inside Template Options > Custom Code > Custom CSS

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #116153
0
SS
Steve Stevenson
Accepted Answer
2 years ago #116202

Thank you for your help Paul.

Regards Steve

0