Shop Categories

X

featured image shown much too large in search result list

Home Forums Agama Pro featured image shown much too large in search result list

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29414

    for each page I can have “Featured image” and my problem was, that in the search results those images are shown in orginal size much too large. I removed the Featured image from my pages but looking for a solution how to have a “image” for each page, but not seeing this too large in the search resultes.

    #29418
    yuniz
    Spectator

    Please Add These Custom CSS To Customization Additional CSS Box

    /* Search page > Image 30% width */
    .list-style .entry-image
    {
    float: left;
    width: 27%!important;
    margin-right: 25px;
    margin-top: 20px;
    }

    /* Search page > Contant 70% width */
    .site-content .article-wrapper.list-style .article-entry-wrapper
    {
    width: 67%!important;
    float: left;
    margin-top: 20px;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.