Plugin Author
Paolo
(@paoltaia)
Hi,
we can’t debug screenshots, we need to see the actual page to be able to inspect CSS and help you with that.
In addition, we only provide support in English, please translate your text before creating a ticket.
Thanks,
Thread Starter
hhirys
(@hhirys)
Hello. How to fix the cut off working time, it is hidden under the map. The working time disclosure arrow is cut off, it should be a little to the left, also on the mobile. Архив Компании и услуги – HIRYS
Plugin Author
Paolo
(@paoltaia)
Add this to your custom CSS:
.dropdown-toggle:not(.dropdown-toggle-split)::after {
margin-right: 0em !important;
}
Thanks
Thread Starter
hhirys
(@hhirys)
Thanks, the arrow is aligned and looks beautiful. But the working hours are still hiding under the map
Plugin Author
Stiofan
(@stiofansisland)
/* fix menu dropdowns over map */
.ehf-header #masthead {
z-index: 1040;
}
/* fix dropdown over map */
.bsui .dropdown-menu{
z-index: 1030;
}
If you need help fixing the sub menu itesm color just let me know.
Thanks,
Stiofan
Thread Starter
hhirys
(@hhirys)
Thank you very much, everything works great