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.
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 ...
sociallys
Member
Posted 2 years ago #
Thank you so much!! It totally worked!!!