-
Unfortunately the support here focuses on RocketTheme templates and products... I can't spend time debugging your custom css that you've created yourself... there are a TON of web development forums out there + StackExchange and the like that you might turn to...
anytime you add or remove borders on a hover you're adding and removing pixels... that causes things to "shift"
same thing applies to text-shadows... or changing font-sizes... all of that... so look at and play with those parts of the code...
If you're truly trying to have the links have no state change on hover then strip out all your code that has anything to do with hovering... inspect the default template code with Developers Tools and make your override identical to the styling in place... just change the hover orange to white
Inspect HTML and CSS in real-time with Developer Tools:
developers.google.com/chrome-developer-tools/
developer.mozilla.org/en-US/docs/Tools
-
The following users have thanked you: Carlos Betancourt
- SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
