Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1083727
    robograce
    Participant

    Hi Guys,
    I can’t seem to find the file that displays my search results.
    I want to make the Featured image much small and create two columns, One being for the image, and the other being for the description. Could you guide me to this file?
    Thanks,
    Rob

    #1084234
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Please provide us with the URL to your site, so that we can assist you with a possible custom CSS workaround for this.

    Thanks!

    #1084894
    robograce
    Participant
    #1084895
    robograce
    Participant

    I didn’t know if there was a php file, it’s okay though, I can manage the CSS. Thanks Darshana!

    #1085232
    Rupok
    Member

    You are welcome!

    Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

    #1087435
    robograce
    Participant

    Hi Rupok,
    Actually I did run into troubles lol.
    I created styles to make the featured images not so big, but this effects my Posts and Events as well..
    Any suggestions?
    Rob

    #1088011
    Rue Nel
    Moderator

    Hey Rob,

    Thanks for the updates! To modify your search page with two columns in it, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media(min-width: 980px){
      .search .hentry{
        clear: both;
      }
    
      .search .has-post-thumbnail .entry-featured{
          float: left;
          width: 25%;
      }
    
      .search .has-post-thumbnail .entry-wrap {
          float: right;
          width: 70%;
      }
    
      .search .entry-footer {
          clear: both;
      }
    }
    

    Hope this helps.

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