Reply To: Footer Area – Aligning HelpSupport2024-07-03T10:28:56+00:00 July 3, 2024 at 10:28 am #10045011 SupportKeymaster 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">