This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: font size of customized search bar(in header)

Home Forums Product Support Forums Ajax Search Pro for WordPress Support font size of customized search bar(in header) Reply To: font size of customized search bar(in header)

#28676
Ernest MarcinkoErnest Marcinko
Keymaster

You can try this:

#menu-item-4633 {
    width: 100%;
}
#menu-item-4633 a {
    height: auto !important;
}

.asp_sb_1 {
    /* width: 80vw !important; */
    max-width: none !important;
}

.avia-menu.av-main-nav-wrap {
    min-height: 180px !important;
    height: auto !important;
}

It should look like this: https://i.imgur.com/CGrqE0h.jpeg

Please note that implementation, customization etc.. are not part of the support, so I cannot guarantee a fully working solution for this customization.