Eliminate hover styling when it isn't selected?

For some reason my images just started jumping down whenever they are hovered over. I simply cannot figure out how to eliminate this issue. Any thoughts?

Hi @omnxbeast-

When you say “jumping down,” do you mean their position is changing on the screen when hovered?

If so, it might be something set in one of your “hover” styles. To get to those, select the element you want to check/fix, go to the Style tab in the right sidebar, click on the little pointer icon in the Current Selector field, and select Hover.

You can then see/change the styles for that element when it is being hovered over. In your case, is there a different Margin/Padding set for hover vs regular? Or a Transition Effect or anything?

I hope that helps!

-Kyle