• Resolved leavelivelove

    (@leavelivelove)


    Hi there, how can i display the article title below the picture? Currently the title is placed on the right side and the result is not pretty at all!
    Thanks for your help !

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Martin Stehle

    (@hinjiriyo)

    Hi, go to the Customizer panel “Additional CSS” and enter this code:

    aside.recent-posts-widget-with-thumbnails img.wp-post-image {
        /* to set the link below the image */
        float: none;
        /* to specify the space between image and link text */
        display: block;
        margin-bottom: 8px; /* use a positive integer with no space to 'px' */
    }

    Save it, empty a chache if one is active and reload the web page to see the effect.

Viewing 1 replies (of 1 total)

The topic ‘Title under the thumbnail’ is closed to new replies.