Search form size - by adwa - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler

  • Avatar: adwa
    adwa
    Participant
    July 26, 2018 at 22:30

    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

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 27, 2018 at 08:18

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.