Change Tablet View Breakpoint - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Change Tablet View Breakpoint

SC

Sion Creativos

Helix Framework 2 years ago

Hello, i require that the breakpoint of the template that defines in which pixels the tablet view starts and appears the off-canvas menu be adjusted to 1200px and not at 991px, this is because my menu is long and when it exceeds 1200px it goes down from the header bar and is no longer visible, overlapping the content.

0
11 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #130212

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

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #129276

Hi

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue?

-Regards.

0
SC
Sion Creativos
Accepted Answer
2 years ago #129279

I leave you the URL and a video.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #129381

Could you please give me the resolution?

0
SC
Sion Creativos
Accepted Answer
2 years ago #129398

My screen resolution? It is 1920 X 1080, I don't know if you mean that one.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #129568

Hi

Use this custom CSS


@media only screen and (min-width:992px) and (max-width:1198px){
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{
position: relative;
bottom: 95px;
left:20px;

}
  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #134079;
    position: relative;
    bottom: 115px;
}
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

0
SC
Sion Creativos
Accepted Answer
2 years ago #129592

I have inserted the code but it still does not work, the menu still goes down.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #129700

Please give me the credentials, I cant access your site.

0
SC
Sion Creativos
Accepted Answer
2 years ago #129727

Ok

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #129866

Could you please try this css in your custom.css file?

@media only screen and (min-width:992px) and (max-width:1198px){
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{
position: relative !important;
bottom: 95px !important;
left:20px !important;

}
  .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #134079 !important;
    position: relative !important;
    bottom: 115px !important;
}
}
0
SC
Sion Creativos
Accepted Answer
2 years ago #130144

Great, this worked well.

0