• Resolved sociallys

    (@sociallys)


    Hello my website is sociallysuperlative.com. If you look on the bottom left of my website you will see the popular posts widget. I am trying to show the title next next to the thumbnail (to the right) instead of underneath the thumbnail. I am trying to have it look like the widget to the far left. does anyone know how to do this? thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • try and add these styles to the end of style.css of your theme:

    img.wpp-thumbnail {
    margin-bottom:15px!important;
    }
    
    span.wpp-post-title {
    float:right!important;
    margin-top:-85px!important;
    }

    only checked in firefox; no guarantee for IE or other browsers …

    Thread Starter sociallys

    (@sociallys)

    Thank you so much!! It totally worked!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘popular post widget need to show title to the right of thumbnail’ is closed to new replies.