Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › can't see the icons › Reply To: can't see the icons
July 10, 2017 at 1:09 pm
#13908
Keymaster
Hi!
It looks like it’s only a margin issue, causing the container to display incorrectly. This custom CSS should get rid off it:
[html].asp_main_container {
margin-top: 1px !important;
}[/html]