Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #2244609
Search Design
Closed

Comments

  • firuz_9712 started the conversation

    How i can change search design? Like search on this site or another design

  •  228
    Milingona replied

    Looks that you have already fixed that: https://d.pr/i/AmIpga?

    Thanks,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • firuz_9712 replied

    I wrote css to change design. It's not responsive and I think it's not correctly work. How to create responsive design for search?

    .vu_search-modal .vu_sm-close {
        position: absolute;
         top: 15px; 
        left: -20px;
        font-size: 17px;
        color: #000 !important;
    }
    .vu_search-modal .vu_search-form .vu_sf-wrapper .vu_sf-input{
     color: #000 !important
    }
  •  228
    Milingona replied

    Please add the following code at Bakery > Custom Code > Custom CSS in order to fix that.

    @media screen and (max-width: 480px) {
    .vu_search-modal {
    width: 100%;
    height: 60px;
    top: 120px;
    right: 0;
    left: 0;
    }
    }

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter