Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bradvin

    (@bradvin)

    Hi

    Your themes’s css is causing the jump. The specific CSS is found in https://rangerairfield.org/wp-content/themes/headlines/style.css on line 91:

    .entry a:hover, .widget a:hover {border-bottom:1px dotted;}

    To override this, you can add some custom CSS:

    .foogallery-album-gallery-list a:hover { border-bottom: none !important; }

    You also have another conflicting style which is adding borders and padding to the thumbs. To override that, add this CSS too:

    .foogallery-album-gallery-list img { padding: 0 !important; border: none !important; }
    Thread Starter greddin

    (@greddin)

    Thank you bradvin! I didn’t even notice I had the other conflict going on. I am using a Wootheme called Headlines. Looks lots better now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Albums move/jump on mouse over’ is closed to new replies.