• Resolved amit311kr

    (@amit311kr)


    In the search results page, when I am switching to mobile view, thumbnails disappear. I need urgent help please.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Try to add the below code to the Customize > Custom CSS section to fix it –

    @media only screen and (max-width: 480px) {
    .search-results article .thumbnail {
        display: block;
    }
    .search-entry-inner {
        flex-direction: column;
    }
    }
    Thread Starter amit311kr

    (@amit311kr)

    Thanks a lot sir,it worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumnails are not shown in the search results page in mobile’ is closed to new replies.