Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #299591

    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.

    #299593

    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

    #299885
    This reply has been marked as private.
    #299889

    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?

    #300197

    Hey!

    Please change the code to following one

    .textwidget a {
    display: inline-block!important;
    }

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.