I’m using a sidebar widget to display three different photos, all sized exactly the same. Each has a link to a different page, but the one at the top is “jumping” on mouse over.
I added in code to remove the red arrow link on hover, but that didn’t affect the jumping.
Hi wacky32!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#text-20 a {
display: inline-block!important;
}
Best regards,
Yigit
Sorry, my mistake. I noticed that this fixed what was happening on the homepage widgets, but not the sidebar widgets throughout the rest of the site. Any thoughts for the sidebar widgets for rest of site?