Finalisation du module "DeliveryModulesInFooter"
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
|
|
||||||
#delivery-modes {
|
#delivery-modes ul {
|
||||||
display: flex;
|
width: 100%;
|
||||||
justify-content: space-between;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
justify-content: space-between;
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
}
|
||||||
|
#delivery-modes img {
|
||||||
#delivery-modes .item {
|
width: 85px;
|
||||||
margin: 10px 0;
|
vertical-align: center;
|
||||||
}
|
}
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
<section id="our-delivery-modes">
|
<section id="our-delivery-modes">
|
||||||
<div id="delivery-modes">
|
<div id="delivery-modes">
|
||||||
<ul class="dmif-list row">
|
<ul class="list-unstyled row">
|
||||||
{loop type="module" active="yes" module_type="2" name="delivery_list"}
|
{loop type="module" active="yes" module_type="2" name="delivery_list" order="manual"}
|
||||||
{loop type="image" name="delivery_image" source="module" source_id={$ID}}
|
{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">
|
<article class="row">
|
||||||
<img src="{$IMAGE_URL}" alt="{$TITLE}" />
|
<img src="{$IMAGE_URL}" alt="{$TITLE}" />
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
@@ -227,7 +227,7 @@ GNU General Public License : http://www.gnu.org/licenses/
|
|||||||
<div class="blocks row">
|
<div class="blocks row">
|
||||||
{hookblock name="main.footer-body" fields="id,class,title,content"}
|
{hookblock name="main.footer-body" fields="id,class,title,content"}
|
||||||
{forhook rel="main.footer-body"}
|
{forhook rel="main.footer-body"}
|
||||||
<div class="col col-sm-3">
|
<div class="col col-md-6">
|
||||||
<section {if $id} id="{$id}"{/if} class="block {if $class} block-{$class}{/if}">
|
<section {if $id} id="{$id}"{/if} class="block {if $class} block-{$class}{/if}">
|
||||||
<div class="block-heading"><h3 class="block-title">{$title}</h3></div>
|
<div class="block-heading"><h3 class="block-title">{$title}</h3></div>
|
||||||
<div class="block-content">
|
<div class="block-content">
|
||||||
|
|||||||
Reference in New Issue
Block a user