Client reporting internet explorer issues

The client is reporting the following issues in Internet Explorer with the site:
Contact Us in the Header is still dropping to a second line when page is resized

The Team Picture looks great on Chrome, but isn’t centered when you open it in Internet Explorer

HI @spencey,

Menu dropping line issue happens because you have too much menu link and it doesn’t fit on just one ROW. The space is not enough. The easiest work around is to adjust spacing between menus.
Try to add this custom CSS on Theme Options > Global CSS:

.x-navbar .desktop .x-nav>li>a>span {
    padding: 0.875em .5em;
}

Still best option though is to use short menu link or rearrange menu and put other links as submenu.

Team picture image overflows on the columns/container. Please add the fix provided here.

Hope this helps.

I added it. how is it looking now?

would this code also work on this site?

Hi @spencey,

This is how it looks on my end

Yes, the code will also work on other sites. You may change the values 0.875em .5em to adjust.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.