Bootstrap Buttons Too Big - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Bootstrap Buttons Too Big

TO

Tad Osborn

Template 2 years ago

Trying to adjust the filter menu for search component using Finance Template. Buttons are way too big. How to make smaller? I wish I could upload an image so you could see it, but this WYSIWYG editor doesn't seem to allow it.

0
8 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #130003

Hello Tad Osborn

Please share a screenshot of your issue to understand it better. Take a screenshot and share via any platform. For example: Lightshot or Imgur

Best regards

0
TO
Tad Osborn
Accepted Answer
2 years ago #130034
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #130045

Please share the page link to check the issue.

0
TO
Tad Osborn
Accepted Answer
2 years ago #130673

Can I get some help here?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #130778

Apology for the delay. Please use this CSS to

Template Options -> Custom Code -> Custom CSS

.filter-search-bar,
.filter-search-actions{
    display: block;
}
.filter-search-bar__button,
.filter-search-actions__button{
    padding: 6px 15px !important;
    box-shadow: none !important;
}
0
TO
Tad Osborn
Accepted Answer
2 years ago #130810

Thank you! Much appreciated.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #140335

You are welcome 😊

0