Menu Size Problem On Tablet 1024x768 - Question | JoomShaper

Menu Size Problem On Tablet 1024x768

P

pavelvit

Helix Framework 2 months ago

Hello, we have problem with menu size on tablet resolution 1024x768. On smaller resolution offcanvas menu is used, but here there is a regular menu used and it has moved from it is place (yellow row) down and to two rowes. https://photos.app.goo.gl/SSgGdny8Vy4tXFQUA How can I fix it? Thank you

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #149655

Hi

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

-Regards.

0
P
pavelvit
Accepted Answer
2 months ago #149674

Hello, there it is https://www.vella.cz/index.php Thank you

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #149814

Use this CSS in your custom.css file


@media only screen and (max-width: 1200px) and (min-width: 998px)  {
.sp-megamenu-parent > li {
    margin: 0 -5px !important;
}

}
0
P
pavelvit
Accepted Answer
2 months ago #149819

Thank you very much, problem solved.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #149916

Glad to know that. You can now close this post by accepting the answer.

0