Question

CSS hack to "level" Filter and Search for Services

  • 18 September 2023
  • 2 replies
  • 55 views

Userlevel 2
Badge +8
  • Sidekick (Customer)
  • 52 replies

Has anyone come up with a CSS hack to “level” these 2 divs so that they are on the same line. This one has been driving me crazy for some time, not sure why they are not level out of the box.
 

 


2 replies

Userlevel 4
Badge +12

Have you tried this? Seems to work our end.

.tundra .axios-service-catalogue .filterButtonContainer {
    align-items: center;
}
Screenshot of the services search input field

 

Userlevel 2
Badge +8

Have you tried this? Seems to work our end.

.tundra .axios-service-catalogue .filterButtonContainer {
    align-items: center;
}
Screenshot of the services search input field

 

It’s glorious! Thanks so much

Reply