Jump to content

Cranber

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Cranber

  1. Thank you! It displayed without margin, if someone, in the future who read this, will need padding just add to parameter <li> margins, like this: <li class="item product-box ajax_block_product{if $smarty.foreach.accessories_list.first} first_item{elseif $smarty.foreach.accessories_list.last} last_item{else} item{/if} product_accessories_description" style="float: left; list-style: none; position: relative; margin-right: 20px; margin-top:20px; width: 175px;"> or is there another more elegant solution? here is an example: http://kfl.kz/plitka-atem/9-plitka-atem-mono.html
  2. Yes, it works like as carousel, you can see it at link i was post earlier. This decision of course, thank you. But I want to see all products on the page, please advise how to implement it in this case?
  3. Displays all the products, but height is specified for div "bx-viewport" which equals 267 pixels, where i can change it, i can't find. There is the part of code, which generated at the client side: <div class="block_content"> <div class="bx-wrapper" style="max-width: 1168px; margin: 0px auto;"><div class="bx-viewport" style="width: 100%; overflow: hidden; position: relative; height: 267px;"> If i delete parameter height: 267px with google chrome code viewer, all of products is displayed. For an example, look at my site: http://kfl.kz/plitka-atem/9-plitka-atem-mono.html It's in Russian, but it doesn't matter i hope
  4. Hi, I have got the same problem. I know the solution to this problem, but I can not find where to make changes. The problem is that the size Set clear height for div: <div class="bx-viewport" style="width: 100%; overflow: hidden; position: relative; height: 267px;"> at the product.tpl no indication of this div. Please help to find the solution of this problem. Thank you.
×
×
  • Create New...