• Resolved saga1984

    (@saga1984)


    Theme Version 1.335 | WP Version 4.3.1

    Is it possible to wrap the post/entry title around the featured image on the homepage?

    If the post title is too long with too many characters, the entire post title will fall completely below the featured image. I’d like the longer post titles to wrap neatly beside and then under the featured image to avoid the unprofessional looking blank space.

    See @ http://www.sagaciousnewsnetwork.com/

    Thank You

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author nobita

    (@nobita)

    Hi saga1984

    Dashboard / Appearance / Customize / Advanced / Site-wide CSS

    Please try add below

    .archive.tag .h2-thumb + .entry-title-text,
    .archive.category .h2-thumb + .entry-title-text,
    .index .h2-thumb + .entry-title-text {
        float:left;
        margin-left:120px; /* ajust your value */
        margin-top: -60px; /* ajust your value */
    }
    .archive.category .h2-thumb + .entry-title-text,
    .archive.category .h2-thumb + .entry-title-text,
    .index .entry-title-text:after{
        clear:both;
    }

    Thank you.

    Thread Starter saga1984

    (@saga1984)

    The above code did move the long titles up and completely beside the featured image without wrapping which is fine except there is a slight cutting off at the top of the characters in the long titles and the short titles have completely disappeared.

    Thread Starter saga1984

    (@saga1984)

    adjusting value margin-top: from -60px to -50px fixes the cutting off the top of the characters…

    The code is perfect while active in the customize box/window but it fails to save the site wide css code.

    I also noticed that I can only customize background color and font color and get it to save. When trying to save the third “link color”, it fails to save and also deletes the font color with leaving only the background color saved.

    I tried adding the adjusted code directly in child css but again the short titles have completely disappeared.

    Theme Author nobita

    (@nobita)

    I, the “long title is awkward to display problems,” you gave me to point out, and trying to solve in the next update, began work.

    In your WEB site, so as to customize the size of tumbnail image,

    For its part, I want to consider any way as a separate correspondence.

    Please wait a little.

    Here, I think that it is trying to write some sort of answer.

    Thank you.

    Thread Starter saga1984

    (@saga1984)

    Perhaps this info will help with your developing? I have styled the
    thumbnail to

    .h2-thumb .wp-post-image{
    width:100px;
    height:50px;
    }

    in the child style.css…

    I am patient and loving your theme… Keep up the great work!

    Thank you.

    Theme Author nobita

    (@nobita)

    Hi saga1984

    Today I upload new version of Raindrops theme.

    It will probably be live in a few days

    If you can use the PHP code,

    Once you become a live, please try the following code for custom featured image size.

    ( Please copy with raw button )
    https://gist.github.com/tenman/ce43f66371689ad6f503

    Thread Starter saga1984

    (@saga1984)

    The code works perfectly! Thank you so very, very much! I really appreciate it! You really have created an outstanding theme! By far the best of all the WordPress themes.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Wrap Post Title Around Featured Image’ is closed to new replies.