Oneclip: Wrong Breakpoints After Update? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Oneclip: Wrong Breakpoints After Update?

M

Mia

Template 2 years ago

Hello! We updated www.henrics.at with the newest version of One Clip template. Unfortunately the logo position is now wrong on smaller devices (it only works on desktop devices). We did some researche and found out that there is a new breakpoint for XS devices in the system but it does not apply properly.

https://we.tl/t-G1AObN2Rgd

Please find the following screenshots attached: x) Screenshot 1: The error

x) somehow the xs (extremely small) instruction is missing. If you replace the existing sm instruction with xs in the left window in the inspector, it suddenly goes up. (screen shot 2)

x) Screenshot 3: And the division eg. 8:4 is then done in the code as well, or shouldn't there be a function in the SP Pagebuilder template builder itself?

How can we fix this? Thanks. Mia

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

Hi

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

-Regards.

0
M
Mia
Accepted Answer
2 years ago #128363

Hello,

its https://henrics.at/

Thanks!

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

Could you please give me your screenshots again? Its already expired.

0
M
Mia
Accepted Answer
2 years ago #128518

Yes, of course – here you go: https://we.tl/t-tS00R1AROB

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

Use this custom CSS for offcanvas

@media only screen and (max-width: 992px){
.variation-agency #offcanvas-toggler >i, .variation-creative #offcanvas-toggler >i {
    color: #4f5362;
    position: relative;
    left: 35px;
    bottom: 70px;
}
}

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

And for your second question, could you please explain it more?

0
M
Mia
Accepted Answer
2 years ago #128900

Hello,

thanks. I added the code as suggested but unfortunately the hamburger icon is still in a wrong place. It's not in the same row as the logo position. Please find another screenshot attached. https://we.tl/t-cibLT8PisW

Thanks!

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

Give me your super admin access please.

0
M
Mia
Accepted Answer
2 years ago #129103

Yes, of course. Please find it in the hidden section.

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

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


@media (max-width: 844px){
#offcanvas-toggler {
    position: relative !important;
    left: 35px !important;
    bottom: 80px !important;
}
}
0
M
Mia
Accepted Answer
2 years ago #130350

Hei Mehtaz,

thanks! It works now!

I just noticed another problem: The close-button (x) of the hamburger menu is not working on mobile devices. How can I fix this? This also affects other sites / templates like www.kanzlei-krenn.at

Thanks! Mia

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

Could you please create a new forum post about this new issue? So that our team will help you. And could you please close this post if you dont have any queries.

0