Jump to content

Modifier hauteur bloc "Produit phares"


Recommended Posts

Bonjour

Je souhaiterais modifier la hauteur du tableau composant le bloc "Produit phares"

Impossible de trouver le fichier à modifier que j'ai pourtant identifié.

Merci pour votre aide

Voici le code :

<div id="page">
<div>
<div id="left_column" class="column">
<div id="center_column">
<script type="text/javascript">
<div class="featured clearfix" style="width: 550px; display: block;">
<div class="clear"></div>
<div id="editorial_block_center" class="editorial_block"> </div>
<div id="featured-products_block_center" class="block products_block">
<h4>Notre sélection</h4>
<div class="block_content">
<ul style="height:1080px;"> à remplacer par 980
<li class="ajax_block_product first_item clear " style="height:325px!important;">
<li class="ajax_block_product item " style="height:325px!important;">
<li class="ajax_block_product item " style="height:325px!important;">
<li class="ajax_block_product item last_item_of_line " style="height:325px!important;">
<li class="ajax_block_product item clear " style="height:325px!important;">
<li class="ajax_block_product item " style="height:325px!important;">
<li class="ajax_block_product item " style="height:325px!important;">
<li class="ajax_block_product item last_item_of_line " style="height:325px!important;">
<li class="ajax_block_product item clear " style="height:325px!important;">
<li class="ajax_block_product item " style="height:325px!important;">
<li class="ajax_block_product item " style="height:325px!important;">
<li class="ajax_block_product last_item last_item_of_line " style="height:325px!important;">
</ul>
</div>
</div>
</div>
<div id="right_column" class="column">
<br>
<br>
<div id="footer">
</div>
Edited by Klaus Boutik (see edit history)
Link to comment
Share on other sites

merci

J'ai changé {$ulHeight} par 980 et j'ai une page blanche !!

 

Voici le code :

<div class="block_content">
            {assign var='liHeight' value=360}
            {assign var='nbItemsPerLine' value=4}
            {assign var='nbLi' value=$products|@count}
            {math equation="nbLi/nbItemsPerLine" nbLi=$nbLi nbItemsPerLine=$nbItemsPerLine assign=nbLines}
            {math equation="nbLines*liHeight" nbLines=$nbLines|ceil liHeight=$liHeight assign=ulHeight}
            <ul style="height:
{$ulHeight}px;">
            {foreach from=$products item=product name=homeFeaturedProducts}

 

En fait je souhaite enlever l'espace blanc sous le bloc produits phares

http://www.klaus-boutik.com/

Edited by Klaus Boutik (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...