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.
3 replies · opened Feb 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.
Hello,
style.css File:and replace it with:
[ch_pre type="css"].top-links-sub-menu.menu-pos-invert,
.top-links-section.menu-pos-invert {
left: auto;
right: 0;
}[/ch_pre]
And then find the following code in the js/functions.js File:
[ch_pre type="js"]let submenus = subMenuEl || $( '.mega-menu-content, .sub-menu-container, .top-links-section' );[/ch_pre]
and replace it with:
[ch_pre type="js"]let submenus = subMenuEl || $( '.mega-menu-content, .sub-menu-container, .top-links-section, .top-links-sub-menu' );[/ch_pre]
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