Menu Layout IPad - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Menu Layout IPad

J

johnny

Helix Framework 2 years ago

When I view my website on an ipad the menu items overflow on to two rows.

If you view using devtools you will see what I mean.

How can I fix this?

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #122240

Here is CSS fix for Smaller Screen

@media screen and (max-width: 1090px) {
.mod-finder.js-finder-searchform.form-search {display: none;}
#sp-menu .sp-megamenu-parent > li > a, 
#sp-menu .sp-megamenu-parent > li > span {font-size: 15px !important;}
}

Note! In your case problem was caused by font size and search module. There is no space for it. It's better to use search icon instead, if you want to keep it. Just a simple math, like in the car with 5 sits, when 6 persons want to sit comfortable inside. Few of them must be slim

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #122238

Hi Johnny,

what iPad screen resolution?

I guess IPad Pro 12, right.

0
J
johnny
Accepted Answer
2 years ago #122243

Thanks Paul, I have added this and it works.

I would prefer to use the search icon actually!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #122245

Using separate subpage for search has several advantages, first of all, you can put Text module on the right side with useful information to reduce search time. In my local church uses this trick to inform about open hours and events etc..

1
J
johnny
Accepted Answer
2 years ago #122247

This is a better idea, I have now added an icon only and it's better.

Thanks Paul

0