N
nitto75Feb 13, 2021
Hi,
I send You a video demostration (https://duobooking.it/storage/upload/problem.mp4) for a background problem in my app.
It's possibile also change width of type="date" input on IOS?
Thanks.
B.
Hi,
I send You a video demostration (https://duobooking.it/storage/upload/problem.mp4) for a background problem in my app.
It's possibile also change width of type="date" input on IOS?
Thanks.
B.
Hello,
style.css File:.top-links-section.menu-pos-invert {
left: auto;
right: 0;
}and replace it with:
.top-links-sub-menu.menu-pos-invert,
.top-links-section.menu-pos-invert {
left: auto;
right: 0;
}And then find the following code in the js/functions.js File:
let submenus = subMenuEl || $( '.mega-menu-content, .sub-menu-container, .top-links-section' );and replace it with:
let submenus = subMenuEl || $( '.mega-menu-content, .sub-menu-container, .top-links-section, .top-links-sub-menu' );.sm-form-control {
-webkit-appearance: none;
-moz-appearance: none;
}Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hi,
It seems to work!
I needed to clear the browser cache.
Thanks.
B.
Hello,
Really Glad to know that your issues were resolved.
Do let us know if we can help you with anything else.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard