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)

#28655
Ernest MarcinkoErnest Marcinko
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;
}