Update The CSS - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Update The CSS

J

jader

Template 8 months ago

Update the CSS to optimize the presentation of the buttons https://quesobajoensal.com/cra/actas-consejo

0
1 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 8 months ago #187204

Hello,

Thanks for reaching out to us. Please use the following custom CSS.

Check this guide to add custom css: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

button.filter-search-bar button.btn.btn-primary {
    height: 47px;
}
.filter-search-actions.btn-group {
    height: 48px;
    margin-left: 10px;
}
.ordering-select {
    display: flex;
    margin-left: 10px;
    gap: 10px;
}
.ordering-select div#list_fullordering_chosen .chosen-single,
.ordering-select div#list_limit_chosen .chosen-single{
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chosen-container-single .chosen-single div b{
margin-top: 12px;
}

Let me know if you need any further assistance!

Best regards,

0