Hey there! I'm currently in the process of building a website using Genesis and Dynamik. On the Home page, there are 3 widgets at the top and I have added 3 more underneath them.
However, I've run into an issue where when I hover over one element, the others "jump" around. The only change upon hover is adjusting the size from 300px to 350px.
Is there a way for only the active element being hovered on to react while keeping the other 5 static?
I came across a potential solution on this link, but I am still a bit lost as I'm new to this.
Do these lines of code need to go into an HTML file? My site is built on WordPress and the 6 fields are filled using widgets.
Based on the solution, it seems like I need to create classes like first-hover and six-hover with links connecting images to the classes.
Then use position: absolute;
If my understanding is correct, please guide me on how to implement the code and where to place it.
Thanks!