Reply To: Footer Area – Aligning Help

#10045011
Support
Keymaster

Hi,

Change all classes where you have “-sm-” to “-xs-” in that part.

Example:

<div class="col-12 col-sm-auto text-center text-sm-start order-2 order-sm-1">

TO:

<div class="col-12 col-xs-auto text-center text-xs-start order-2 order-xs-1">