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>
|
||||
|
||||
@@ -227,7 +227,7 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
<div class="blocks row">
|
||||
{hookblock name="main.footer-body" fields="id,class,title,content"}
|
||||
{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}">
|
||||
<div class="block-heading"><h3 class="block-title">{$title}</h3></div>
|
||||
<div class="block-content">
|
||||
|
||||
Reference in New Issue
Block a user