Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1175050
    anthony2483
    Participant

    I’d like to have the blog excerpt wrap beneath the featured image but I’m not sure what I need to change.

    Screenshot is attached to explain

    #1175257
    Rupok
    Member

    Hi there,

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

    .blog .has-post-thumbnail .entry-featured {
      float: left;
      padding-right: 10px;
    }
    
    .blog .x-main .hentry.has-post-thumbnail > .entry-wrap, .search .x-main .hentry.has-post-thumbnail > .entry-wrap, .archive .x-main .hentry.has-post-thumbnail > .entry-wrap {
      float: none !important;
      padding-left: 0 !important;
      width: 100%!important;
    }

    Hope this helps.

    #1175455
    anthony2483
    Participant

    I had to add this to the end but I got what I was looking for now.

    .entry-header:after {
        clear: none;
    }

    Thanks

    #1175531
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks. 🙂

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