
On our site on mobile and tablet view we can't get the drop down menu to be above the text box in the middle
Here is the page https://www.jeanclaudecolin.org/
Here is an image of the issue with the menu on the left https://ibb.co/HVjh25V

On our site on mobile and tablet view we can't get the drop down menu to be above the text box in the middle
Here is the page https://www.jeanclaudecolin.org/
Here is an image of the issue with the menu on the left https://ibb.co/HVjh25V
@media (max-width: 1199px)
.bd-topmenu-2 {
display: block;
top: 5.55%;
left: 72.861%;
right: auto;
bottom: auto;
}
left: 72.861%; replace left: 38%;
@media (max-width: 1199px) .bd-topmenu-2 { display: block; top: 5.55%; left: 72.861%; right: auto; bottom: auto; } left: 72.861%; replace left: 38%;In file (https://www.jeanclaudecolin.org/templates/v6may0406019/css/template.min.css?version=1.0.722) find using the search style (@media (max-width:1199px) {. bd-topmenu-2) change (left: 72.861%;) to (left: 38%;)
or add a style to css (https://yadi.sk/i/0nWQO5UEtngkug)
In file (https://www.jeanclaudecolin.org/templates/v6may0406019/css/template.min.css?version=1.0.722) find using the search style (@media (max-width:1199px) {. bd-topmenu-2) change (left: 72.861%;) to (left: 38%;) or add a style to css (https://yadi.sk/i/0nWQO5UEtngkug)Hello Justin,
Please, create new private case with temporary access to your site, we will check the settings.
Gina
Themler Support