Topic Resolution: Resolved
  • Closed
  • Harald Röh
    Spectator
    19.11.2015 at 17:19 #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
    20.11.2015 at 09:28 #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
    20.11.2015 at 14:11 #22249

    Hi Denzel,

    that is exactly what I was looking for!

    It now looks much nicer and more compact.

    Many thanks!

    Best regards,
    Harald