Skip to main content

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.
 

 

Have you tried this? Seems to work our end.

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

 


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