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

Menu Position On IPad

H

Hakunamatata67

Template 3 years ago

Hi,

I noticied since few days, when I visit my website on my iPad, the menu position is lower than it should be:

The menu should be align with the logo.

No issue on computers or phones, only iPad.

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

Hi

Thanks for contacting us. Use this custom CSS

@media only screen and (max-width: 1199px) and (min-width: 990px)  {

  .sp-megamenu-parent{
        position: relative;
     bottom: 85px;
  }
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0
H
Hakunamatata67
Accepted Answer
3 years ago #91072

Thank you Mehtaz! 👍Have a nice day

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

You are always welcome. Have a nice day too.

0