Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi there!

    Please try this.

    Thread Starter dancem89

    (@dancem89)

    Thanks I tried that but it’s still shifted down

    Plugin Author Hector Cabrera

    (@hcabrera)

    Ah, the Ajaxify feature is the culprit here. There are two ways to fix the styling issue:

    • Disable the Ajaxify feature, and the HTML markup should get back to normal,
    • or go to Themes > Editor, click on your theme’s stylesheet (something like your-theme/style.css) and add this to the end of the file:
      .popular-posts {
      overflow: hidden;
      }

      … then hit Update file to save changes.

    If you’re using a caching plugin such as W3 Total Cache or similar, you might need to clear its cache after making any of the mentioned changes.

    Yes, I also having this exact same issue! The very last thumbnail overlaps to the bottom widget area.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Thumbnails shifted down’ is closed to new replies.