Topic Resolution: Resolved
  • Closed
  • Harald Röh
    Spectator
    November 19, 2015 at 5:19 pm #22199

    Hi,

    currently I am listing the recent posts on our homepage.
    The listing shows the short text below of the featured images (see gfcev.de).

    Is it possible, to get the text float to the right side of the featured images?
    The list would be more compact and finer! (float:right?)

    Best regards,
    Harald

    Denzel Chia
    Moderator
    Posts: 2656
    November 20, 2015 at 9:28 am #22233

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .home .entry-content .thumbnail-post {
    float: left;
    margin: 0 20px 0 0 !important;
    }
    .home .entry-content {
    margin-top: 10px !important;
    }

    Screenshot.

    Harald Röh
    Spectator
    Posts: 39
    November 20, 2015 at 2:11 pm #22249

    Hi Denzel,

    that is exactly what I was looking for!

    It now looks much nicer and more compact.

    Many thanks!

    Best regards,
    Harald