This topic has 2 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Rose Tyler
Hi,
I want to increase the width of the search result (red box attached) by 100% (so if it is currently 100px, I want it to be 200px) with also doubling the size of the icons (purple box) of my products
Hello,
Please add this code in style.css file of your child theme:
@media (min-width: 480px) {
.et-mega-search .et-search-result {
width: 200%;
}
}
To change size of icons you need to edit et_search_get_posts
function from legenda/framework/theme-functions.php in functions.php of your child theme http://prntscr.com/kbmbqd
Regards
You must be logged in to reply to this topic.Log in/Sign up