Hi all,
i'm not sure what to even call this. When you click the main set of links in the nav bar, the drop down goes down as it should, and when you click again to retract the drop down, the active background color shrinks down around the link, the container holding the drop down expands slightly to the right, the text goes to lower case and either the line height changes or padding-bottom, or margin-bottom, as the whole list of links expands down.
For example click Services, Scanning will be highlighted as active, click Services again to retract, the active color shrinks around Scanning...
I've figured out to stop the lowercase, using this works:
The problem when I add the above code, the container holding the drop down expands even larger. And because it's happens so quickly, only when the drop down retracts, I'm not sure how to see what's going on.
Here is the link, any ideas?
https://www.hansondigitalhosting.com/hd ... m-scanning
Thanks so much!
i'm not sure what to even call this. When you click the main set of links in the nav bar, the drop down goes down as it should, and when you click again to retract the drop down, the active background color shrinks down around the link, the container holding the drop down expands slightly to the right, the text goes to lower case and either the line height changes or padding-bottom, or margin-bottom, as the whole list of links expands down.
For example click Services, Scanning will be highlighted as active, click Services again to retract, the active color shrinks around Scanning...
I've figured out to stop the lowercase, using this works:
Code:
.metismenu.mod-menu .metismenu-item > a{ color: #fff; text-transform: uppercase;}
Here is the link, any ideas?
https://www.hansondigitalhosting.com/hd ... m-scanning
Thanks so much!
Statistics: Posted by mahaha — Fri Jan 26, 2024 1:19 am