Drop-down icons on mobile menu, a non-filled square symbol
-
Hi,
I noticed that in the latest version the icons in a mobile menu which indicate that there are sub-menu items are no longer correctly displayed. This is even the case in the so-called demo library of Sinatra.
I tried fixing the issue with some css but that did not work. A non-filled little black square icon appears and not a drop-down arrow. This is ood and looks not good! It seems to be a problem with safari browser and firefox but not necessarily with chrome.
I noticed that the code outputs a “”\e92e” symbol as content which seems to cause the problem.
This is the style element that is problematic:
@media screen and (max-width: 960px) dynamic-styles.css:1:8767#sinatra-header-inner .site-navigation > ul .menu-item-has-children > a::after { font-family: "sinatra" !important; content: "\e92e" !important; position: absolute !important; top: 0 !important; bottom: 0; right: 0; border-left: 1px solid rgba(0,0,0,.09); display: flex; align-items: center; justify-content: center; width: 50px; margin: 0 !important; font-size: 1em; transform: none !important; }
Any help is much appreciated!
Thanks & cheers
Steffen
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Drop-down icons on mobile menu, a non-filled square symbol’ is closed to new replies.