Hi,
I have JA Ego installed in my site at https://noblefertilitycenter.com
The menu items wraps when browser window is at full screen, especially in the Microsoft Edge browser. I already added custom css but it didn't help.
I would appreciate your help.
Thanks,
Ron
Hi acostaron, Could you send me a screenshot of this issue?
dominic Hi Dominic,
Sorry for not able to reply earlier. Attached is a screen shot.
Hi acostaron, You can add the following CSS code to the Backend > Site Template Styles > JA Ego - default > Tools > Custom CSS:
@media (min-width: 1600px) { .header-block-2 .main-menu { width: 80%; left: 60%; } }
Hope this helps!
dominic
Hi Dominic,
The code worked... thanks.