Shop Categories

X

Reply To: featured image shown much too large in search result list

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

#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;
}