Anspress 4.0.0 Clear Filter button is huge

Solved3.58K viewsUpdates
0

The button is really HUGE and it’s showing while there’s no category selected.

I’ve added some css codes to make it smaller.

#anspress #ap-filter-reset {
  font-size: 10px;
  font-variant: normal;
  text-transform: capitalize;
  padding-top: -10px;
  margin: -25px;
  padding: 15px;
  line-height: 10px;
}

Still I’m not satisfied with it.

selected answer
0

Hello,

Sometime AnsPress layout looks messy due to theme’s styles. You have to fix it by yourself by adding appropriate CSS.

selected as best answer