Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi there, this is my first time, be gentle!
In Internet explorer 11 the main nav menu is showing overlapping the menu, and on the home page the menu is overlapping the hero, it’s as though the breadcrumb and hero need to come down further. Can anyone take a look please? It’s fine in firefox and chrome.
Here’s the link:
https://pristinedevs.com/fundraising/
Update! Hey i fixed it. I used the following in the CSS:
.header-bottom .site-navigation-wrapper{
flex:none;
}
.site-navigation-wrapper{
min-width:100%;
}
Seems that IE11 is iffy when using flex rules, so i set flex to none. This broke the menu width but fixed with the min-width:100% rule.
If you’re interested i’m using the Flash Pro theme by Themegrill using Siteorigin Pagebuilder.
Hope this helps!
Hi Rco_rog,
I’m glad you were able to resolve this. I’m sorry I wasn’t able to be of assistance this time. Please be sure to post another thread if you have any other questions.