I have a couple of issues that I'm trying to figure out.
1) How do I remove the underlining of each menu item? It doesn't show in preview and I don't see where I can select to remove it.
2) When you first open the page, the jux mega menu doesn't expand across the entire page. But if you scroll down a bit, the width of the menu suddenly "snaps" into the correct page width.
Any ideas on either of these? The underlining is the most pressing issue.
The client would also like the submenu items to be left justified instead of centered. I was thinking once you explained how to change the underline, I'd be able to find that the same way. But if you're going in and making underlines gone and the menu do page width right away, if you could make the text left justified, as well, that would be amazing!
Could you please tell me how I would have been able to do that on my own?
Hi
1: with problem underline
please go to sourcode: .../modules/mod_jux_easy_megamenu/assets/css/default.css and add code:
.jux-nav li a {
text-decoration: none!important;
}
2: if you menu item left
please go to sourcode: .../modules/mod_jux_easy_megamenu/assets/css/default.css and add code:
.jux-nav li a {
padding-right: calc(30px - 1px)!important;
padding-left: calc(5px - 1px)!important;
}
I tried putting in those lines in the css, but it didn't work. I've entered my ftp info, as well.
Also, if you go to the site nwgolfmaps.com, you'll see the module doesn't extend across the entire top of the page (on desktop). If you scroll down, it suddenly does. How do we fix it so it extends across the top all the time?
The code you gave me made the whole menu bar be left justified. I need to text of the submenus to be left justified. Example, if you to the site and hover over Courses, all the submenu items that show up should be left justified, not centered.
Hi
I check and see on mobile it is not underline
You can describe the problem in more detail or send me one image of the problem via:
prnt.sc/
I will check it for you soon
Thanks