Jump to content

Ürün Açıklama Kısmını Daraltmak


matkap

Recommended Posts

Asagidaki aciklamada yapman gerekenlerden once mutlaka yedek al. daha sonra dene....

modules/homefeatured/homefeatured.tpl sayfasina git ...
burayi bul:
{assign var=‘liHeight’ value=360}

bununla degistir:
{assign var=‘liHeight’ value=255}

ayni sayfada burayi bul:

{$product.name|escape:htmlall:‘UTF-8’|truncate:35}

bununla degistir:

{$product.name|escape:htmlall:‘UTF-8’|truncate:85}





templates/prestashop temasina git cs/global.cs i ac..

burayi bul:

#center_column div.products_block h5 {
display: block;
height: 2.57em;

bununla degistir:

#center_column div.products_block h5 {
display: block;
height: 5.5em;

ayni sayfada burayi bul:

#center_column div.products_block p.product_desc {
height:9.5em;

bununla degistir..

#center_column div.products_block p.product_desc {
height:0em;


target_locked isimli uyeden alintidir:
orijinal aciklama:
http://www.prestashop.com/forums/viewthread/24283/themes___graphics/how_to_fix_the_extra_space_under_the_featured_products_on_the_index

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...