Hey ,
I did the TRL code and the menu icon worked out to the right but when opened it opens on the left.
How can I fix it?
https://www.outfiteam.com/
Thanks for the help !!
Hey ,
I did the TRL code and the menu icon worked out to the right but when opened it opens on the left.
How can I fix it?
https://www.outfiteam.com/
Thanks for the help !!
???..
need help !!!
If I do not put the menu icon code on the left when clicked it also opens on the left but when I put the menu icon code moved to the right and when clicked it opens on the left
How can I fix it?
Thanks for the details
.drawer--left {
right: -300px;
}
.js-drawer-open-left .drawer--left {
-ms-transform: translateX(-300px);
-webkit-transform: translateX(-300px);
transform: translateX(-300px);
}
thank you so much !!!
Now I have the same problem only with the checkout icon
how do you like your checkout button?
I like what it looks like
itโs just on the left and opens on the right just the same problem that was with the menu button
???
.drawer--right {
left: -300px;
}
.js-drawer-open-right .drawer--right {
display: block;
-ms-transform: translateX(300px);
-webkit-transform: translateX(300px);
transform: translateX(300px);
}
itโs not working
sorry i canโt see this code
hello, I couldnโt find the theme.scss.liquid file