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)
July 24, 2020 at 2:02 pm
#28676
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.