Hi
I am using header style 10, the sub main-menu displays properly on the google chrome but but on microsoft edge drop down area displays in the middle of the text, please help!
Second, after enabling simple ssl plugin, the custom fonts take time display or doesnt display at all, have to refresh page again and again, any fix?
Regards,
Yassar
This is the link to my page:
https://www.nidaimashriq.com/
Please reply asap!
Hi,
I have checked the website menu on edge, it looks like this for me
– https://www.screencast.com/t/OFRKDfllTd
Maybe I am not checking what I should? What should I check exactly?
The fonts seem to be with HTTPS so it would not be an issue of mixed content
– https://www.screencast.com/t/WvE1bQ8j6
Browsing the website I see no problem with the fonts or how they load, they load instantly with no problem whatsoever.
Thanks
Hi
Simon,
Yeh you are exactly looking at what I am saying, if you look at the down arrow in the main menu, it is not aligned properly, it should be on the right side of the text but it is on the middle top of the text, you can check the site on chrome where it is displaying properly.
Regards,
Yassa
Hi,
Seems I did not notice that issue, sorry. I was looking to the drop down section (sub-menu) not the arrow indicator icon.
I checked some theme demos with drop-down menus on Edge and IE, the arrow it displayed alright there.
You could try a code like this to fix the issue – https://www.screencast.com/t/p8D5yQHY
.td-header-style-10 .sf-menu .td-icon-menu-down {
right:10px;
}
It should position the arrow to the right. Let me know if it works properly.
Thanks