• Resolved mtlane88

    (@mtlane88)


    I’d like to remove padding/margin on left side of thumbnail to get it left aligned.

    I’m using code:

    [wpp heading=’Best of the Week’ limit=7 range=’last7days’ post_type=’post’ order_by=’views’ thumbnail_width=100 thumbnail_height=75
    stats_views=0 stats_author=1]

    The page I need help with: [log in to see the link]

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

    (@hcabrera)

    Hi @mtlane88,

    Easy. Go to WP Dashboard > Appearance > Customize > Additional CSS and add the following CSS rule:

    .wpp-list {
        padding-left: 0;
    }

    Remember to click on the Publish button at the top left of the screen to save changes.

    Thread Starter mtlane88

    (@mtlane88)

    Magic. Thank you, sir!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Left align — Popular posts shortcode’ is closed to new replies.