Finalisation du module "DeliveryModulesInFooter"
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
<section id="our-delivery-modes">
|
||||
<div id="delivery-modes">
|
||||
<ul class="dmif-list row">
|
||||
{loop type="module" active="yes" module_type="2" name="delivery_list"}
|
||||
<ul class="list-unstyled row">
|
||||
{loop type="module" active="yes" module_type="2" name="delivery_list" order="manual"}
|
||||
{loop type="image" name="delivery_image" source="module" source_id={$ID}}
|
||||
<li class="item logo-module col-xs-6 col-sm-4 col-md-2">
|
||||
<li class="item col-xs-6 col-sm-4 col-md-2">
|
||||
<article class="row">
|
||||
<img src="{$IMAGE_URL}" alt="{$TITLE}" />
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user