StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-22-2012, 11:14 PM
Travis Hill Travis Hill is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Sep 2011
Posts: 67
Default Picture/Title - Forcing the text to *not* wrap

Rather than wrapping text/post meta/share links/everthing around my featured picture, I would like it to remain in a division to the right of the picture and not wrap.

Here is what I'm talking about.

http://www.themiddlevote.com/debate/test-debate-slug/

With a really long title (or if the picture is smaller), the content to the right of the picture wraps around the image. How could I force the content to remain in its own div to the right of the picture

Here is the code I'm currently using.

PHP Code:
    if ( has_post_thumbnail() ) {
        echo 
'<div class="clear"></div>';
        
printf'<a href="%s" title="%s">%s</a>'get_permalink(), the_title_attribute'echo=0' ), genesis_get_image( array( 'size' => $size'attr' => $default_attr ) ) );
    }
    else {} 
     
     echo 
genesis_do_post_title();
      echo 
"<h6>" genesis_get_custom_field'_tmv_authorA_name' ) . " vs. " genesis_get_custom_field'_tmv_authorB_name' ) . " &nbsp; - &nbsp; " the_date(''''''FALSE) . "</h6> ";
     echo 
genesis_post_info();
    echo 
do_shortcode('[social_share/]'); 
Thanks!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Picture Title on Homepage Eric Kubitz General Discussion 4 07-26-2010 08:09 AM
Picture Title drplough General Discussion 1 11-25-2008 06:34 PM


All times are GMT -5. The time now is 09:46 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.