Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1324372
    nikstern
    Participant

    Good morning!

    Site: http://www.impactingculture.com
    Wordpress: 4.7
    X-Theme: 4.6.4
    Cornerstone: 1.3.3

    My site is still under construction so I will give you a login to see it in the next private message.

    My question is this: is it possible to make the headline of the Recent Posts shortcode wrap upwards? A normal line wrap pushes the bottom of the area down and makes the page look uneven. I’m trying to imitate the look and feel of http://www.nationalreview.com, at the top, where if a title is longer it covers more of the picture, instead of pushing the bottom of the box down. Does that make sense? I’ve done some customizing in the Custom CSS of the site but the closest I have been able to come is to have the text wrap only when it is hovered over.

    Any help on this will be greatly appreciated.

    Thanks,
    Nik

    #1324376
    nikstern
    Participant
    This reply has been marked as private.
    #1324974
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .entry-wrap {
    	position: relative;
    }
    
    .x-recent-posts .x-recent-posts-content {
    	position: absolute;
    	bottom: 0;
    }

    Hope it helps, Cheers!

    #1325988
    nikstern
    Participant

    That’s perfect! Much easier than I had hoped!

    Thanks so much,
    Nik

    #1326228
    Jade
    Moderator

    You’re most welcome, Nik.

  • <script> jQuery(function($){ $("#no-reply-1324372 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>