How To Expand Mobile Menu Bar Height - Question | JoomShaper

How To Expand Mobile Menu Bar Height

D

Dezmond

SP Page Builder 9 months ago

Hello,

I'm using Helix Ultimate Pro template and was wondering what is the easy way to expand the mobile menu bar height. I tried just adding the following to custom.css file but no luck

@media (max-width: 480px) { / Mobile / #sp-header { height: 150px; } }

Thanks for your help

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 9 months ago #180487

I would try

@media screen and (max-width: 480px) { #sp-header { height: 150px; min-height: 150px;} }

your / Mobile / could stop browser

0
D
Dezmond
Accepted Answer
9 months ago #180612

Thanks a bunch sir!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #180622

You are welcome and thanks Paul for helping him.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #180484

Hi

Thanks for contacting us. Could you please give me your site URL so that I can check?

-Regards.

0