Support » Plugin: Top 10 - WordPress Popular posts by WebberZone » Making thumbnails separate from text in widget

  • Is there any way you could make the thumbnails sit on their own in the widget? I am having to use another popular posts plugin in addition to Top 10 just for the widget portion of your plugin because you do not have that option. I would like to have the text flow either on top of the thumbnail or below it. (See my sidebar on the home page, http://www.audioaddiktion.com)

    You sent me this code to try to fix it, but I have no idea where this code would go.

    .tptn_thumb {
    display:block;
    }

    Do you think you could add this option on the drop down menu of your widget and update your plugin please??

    If you add this option to your plugin, I will uninstall the other one and recommend your plugin to my friends!

    Thanks!

    https://wordpress.org/plugins/top-10/

Viewing 1 replies (of 1 total)
  • Plugin Author Ajay

    (@ajay)

    Hi,

    You need to add the code above under the Custom Styles block in the Top 10 settings page.

    Currently, the way the Top 10 code is rendered allows a user to build their own custom CSS to display it beautifully. It’s already functional and if you choose the “Thumbnail before text” option you’re already good to go.

    Adding the code above will force the thumbnail to “block” the entire width of the widget and push the text below, i.e. the text should then be below the thumbnail.

    If you add the above code and also put the widget on your site, I can take a look.

Viewing 1 replies (of 1 total)
  • The topic ‘Making thumbnails separate from text in widget’ is closed to new replies.