Center "col-md-6" on Page Question

2 replies · opened Feb 21, 2023

SSISCANFeb 21, 2023

Hi

Is it possible to center the "col-md-6" on the page?
Sample code: -
<div class="form-row">
<div class="form-group form-group col-md-6">
<label for="Notes">Notes</label>
<textarea class="form-control" id="for_MOD_N" name="for_MOD_N" rows="4"><?php echo $MOD_N; ?></textarea>
</div>
</div>

Regards
Barry

SSemicolon WebSTAFFFeb 22, 2023

Hello,

You can consider using:

<div class="form-row justify-content-center">

This should work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

SSISCANFeb 22, 2023

Thank you.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard