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 9:21 am
#28655
Keymaster
Hi,
Based on the implementation, I would recommend this custom CSS to center the items:
div.asp_sb {
margin: 0 auto !important;
}
li#menu-item-4588 {
width: 100%;
}
form.asp-fss-flex {
justify-content: center;
}
To change the header legend font, use this:
.asp_sb legend {
font-size: 12px !important;
line-height: 16px !important;
}