diff --git a/local/modules/DeliveryModulesInFooter/templates/frontOffice/default/assets/style.css b/local/modules/DeliveryModulesInFooter/templates/frontOffice/default/assets/style.css index cf2b6e8c..1aeda9de 100644 --- a/local/modules/DeliveryModulesInFooter/templates/frontOffice/default/assets/style.css +++ b/local/modules/DeliveryModulesInFooter/templates/frontOffice/default/assets/style.css @@ -1,12 +1,11 @@ -#delivery-modes { - display: flex; - justify-content: space-between; +#delivery-modes ul { + width: 100%; + display: inline-flex; align-items: center; - flex-wrap: wrap; - margin-bottom: 5px; + justify-content: space-between; } - -#delivery-modes .item { - margin: 10px 0; +#delivery-modes img { + width: 85px; + vertical-align: center; } \ No newline at end of file diff --git a/local/modules/DeliveryModulesInFooter/templates/frontOffice/default/footer.html b/local/modules/DeliveryModulesInFooter/templates/frontOffice/default/footer.html index c5de5570..1b1473e4 100644 --- a/local/modules/DeliveryModulesInFooter/templates/frontOffice/default/footer.html +++ b/local/modules/DeliveryModulesInFooter/templates/frontOffice/default/footer.html @@ -1,9 +1,9 @@
-