Horizontal Menus Not Showing/working In Responsive View - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Horizontal Menus Not Showing/working In Responsive View

AL

Alejandro Lengua

General 7 months ago

Hello, I have almost finished polishing the site I recently upgraded to Joomla 5.2.5 and sp Page Builder 5.5.2 but have noticed that the menus are not working in the responsive view, so I was wondering if you can suggest me any solution, taking in count that the template I am using is shaper_educon

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #188360

Hola,

to be honest Mobile Menu works, but becuase color of [=] icon is grey on grey background, you don't see it. This same if I would write here my answer using white font, right.

Magix fix:

#offcanvas-toggler > i {color: #FAA60C; font-size: 32px;}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #188361

If your boss needs extra "MENU" word next to [=] icon you can use also that:

.fa.fa-bars::after {
  content: "MENU"; font-family: Verdana;
  padding-left: 10px; font-weight: normal; }

info_2721_2025.gif

This may improve accessibility/UX a little bit. And as you may see, In both cases I used a very simple CSS code.

0