Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1132346
    O Brian
    Participant

    Hi guys

    I need to know how to fix my search results page.

    Right now, the images are massive, and need to match the blog size/layout.

    I’ve included the urls on the next reply as private.

    Thanks in advance!

    #1132350
    O Brian
    Participant
    This reply has been marked as private.
    #1132564
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    body.search .x-pagination {
        float: left;
    }
    body.search article {
        width: 48%;
        float: left;
        margin-top: 0 !important;
        margin-right: 2% !important;
    }
    body.search article:nth-child(2n) {
        float: right;
        margin-right: 0 !important;
    }
    body.search article:nth-child(odd) {
        clear: both !important;
    }

    Let us know how this goes!

    #1132589
    O Brian
    Participant

    Thanks much. That worked, but I’m not showing images for some of my pages, even though they have featured images assigned.

    Is there a fix for that?

    Thanks again!

    #1133028
    Christopher
    Moderator

    Hi there,

    Please find and remove this code :

    .page .entry-featured {
        display: none;
    }

    Thanks.

    #1137433
    O Brian
    Participant

    Thanks but that code, nor simply .entry-featured was in my child customizations anywhere. Is there someplace else I should be looking?

    #1137573
    Darshana
    Moderator
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1132346 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>