Forums

[resolved] popular post widget need to show title to the right of thumbnail (3 posts)

  1. sociallys
    Member
    Posted 2 years ago #

    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.

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    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 ...

  3. sociallys
    Member
    Posted 2 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic