Hi,
You are fixing the size of spinner
.blockui .blockui-overlay .spinner-border {
height: 1.35rem;
width: 1.35rem;
}
so we cannot use Bootstrap class to adjust that.
We are going to apply these classes to adjust the size if any
spinner-border-sm, spinner-grow-sm
At the moment, there is only one size here and I have to work around to make it bigger. We expect that there are 2 sizes of the spinner as the instruction from Bootstrap.
Thanks, Jason
Hi Jason,
The BlockUI component in Metronic v8.3.3 sets a fixed spinner size via CSS (.blockui .blockui-overlay .spinner-border with height: 1.35rem; width: 1.35rem), which overrides Bootstrap's spinner-border-sm and spinner-grow-sm size classes. This means you can't use Bootstrap's built-in size variants for the BlockUI spinner.
Good catch — the fixed dimensions in the BlockUI CSS do prevent Bootstrap's spinner size classes from taking effect. This is a theme-level CSS issue that needs to be addressed in the source.
This requires our development team's expertise. I'll escalate this to our technical specialists who can review the BlockUI spinner sizing and provide a proper fix that respects Bootstrap's size classes.
N/A
Our team will review this and include a fix in an upcoming update. In the meantime, a custom CSS override in your project's SCSS (loaded after the theme) can adjust the spinner size as needed.
This reply was generated by AI. A human will follow up if needed.