MATC alignment
Posted: Sun Feb 25, 2024 6:52 pm
Hi guys,
This particular problem has been bugging me for quite a while and I am stumped now how to resove it.
The issue is the alignment of the MATC (see image). This is the closest I can get it to center align on the page.
No matter how many columns I set the width to and it is driving me nuts lol
A little help will save my sanity and my ocd
This particular problem has been bugging me for quite a while and I am stumped now how to resove it.
The issue is the alignment of the MATC (see image). This is the closest I can get it to center align on the page.
No matter how many columns I set the width to and it is driving me nuts lol
A little help will save my sanity and my ocd
Code: Select all
<div class="col-5 mx-auto">
<div class="form-group row align-items-center d-flex justify-content-center">
<div class="col-form-label text-left text-sm-right"><?= ENTRY_MATC ?></div>
<div class="pl-5 custom-control custom-switch">
<?= $input->set('id', 'inputMATC') ?>
<label for="inputMATC" class="custom-control-label text-muted"><small><?= ENTRY_MATC_TEXT ?></small></label>
</div>
</div>
</div>