Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1025787
    MarianaBuck
    Participant

    IS there a way to have the text on the side of recent post instead of under the picture?

    #1026338
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Yes that maybe possible. To better assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thank you.

    #1026753
    MarianaBuck
    Participant
    This reply has been marked as private.
    #1027324
    Rad
    Moderator

    Hi Mariana,

    That’s possible, but, what size ratio would you like to implement? Is it 50% image and 50% content for columns? For the meantime, please add this CSS to Admin > Appearance > Customizer > Custom > CSS

      .x-recent-posts .x-recent-posts-img, .x-recent-posts .x-recent-posts-content {
      width: 50%;
      float: left;
      }
    .x-recent-posts article:after {
      display: block;
      width: 100%;
      content:"";
      clear:both;
      }
    .x-recent-posts a {
    padding: 5px;
    }
    .x-recent-posts .h-recent-posts, .x-recent-posts .x-recent-posts-date {
    overflow:visible;
    white-space:normal;
    }

    Cheers!

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