kcsstrategy Posted December 4, 2023 Posted December 4, 2023 As you can see, I set up a folder for services and one for projects. Is there anything that can be done about these dead-looking links? Only happens on mobile: I have one more issue here. When I'm on a specific project page (on mobile) and you see the navigation dropdown menu, my long navigation titles get truncated. Is there a way to either a. extend what shows there or b. shorten the title in the nav without losing the gist? Thanks again!
tuanphan Posted December 5, 2023 Posted December 5, 2023 You can add this to Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:640px) { select#mobileSelect { text-overflow: initial !important; overflow: visible !important; white-space: initial !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
kcsstrategy Posted December 5, 2023 Author Posted December 5, 2023 That worked great for the second issue. Any idea about the first? Thanks for your help!!
tuanphan Posted December 7, 2023 Posted December 7, 2023 It seems to be the way the mobile browser controls the nav menu, I can't think of a way to solve it (This is a screenshot from Samsung, it seems the problem only appears on the iPhone). You can also post your problem to Customize with Code category Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
kcsstrategy Posted December 7, 2023 Author Posted December 7, 2023 Thank you for your advice! I really appreciate it
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment