Jump to content

mrchai

Members
  • Posts

    37
  • Joined

  • Last visited

Profile Information

  • First Name
    khwanchai
  • Last Name
    jaidee

mrchai's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Adding below #index ul.product_list.tab-pane > li nothing happen. But I add this padding-right: 2px; padding-left: 2px; into /******************************************************* Product list(Grid) Styles ********************************************************/ ul.product_list.grid > li { padding-bottom: 10px; padding-right: 2px; padding-left: 2px; text-align: left; } It works. Thanks a lot endriu107
  2. Hello, I cannot find solution to reduce space between product list grid. Could you give me advise? Thank you
  3. Now it fixed. I contacted to the developer.And he edited the template file. Thank you
  4. This word "MENU" only show on mobile screen. So assume that it may not locate in installed modules. I'm using awemenu but there is no solution.
  5. Please help me locate translate this "Menu". As the attached picture below. Thank you.
  6. I didn't find this code in product_list.css and product-list.tpl. <div id="center_column" class="center_column col-xs-12 col-sm-9"> It might be as you said about padding, margin or other elements. Are there a module that make category as carousel? I didn't find any, just ask you may be know. Thank you
  7. I would like it has 2 column category and 2 column product Now my code is > col-xs-6 col-sm-4 col-md-2{else} col-xs-6 col-sm-4 col-md-3 But still has 1 column catergory 2 columns product( 2 columns product is ok)
  8. Now I have this one column category and 2 column product. My code {if $page_name == 'index' || $page_name == 'product'} col-xs-6 col-sm-4 col-md-2{else} col-xs-6 col-sm-4 col-md-3 Then I edited as your suggestion {if $page_name == 'index'} col-xs-12 col-sm-4 col-md-3{else} col-xs-12 col-sm-4 col-md-4{/if} The result on small screen mobile view is one column category and one column product. and I cannot find col-xs in product_list.css
  9. Here is my URL: http://www.sportcartonline.com/32-men-s-compression-men Are you mean product grid view? But I mean on sub-categories. I would like to make sub categories view has 2 column on small mobile screen such as on iphone5 or same screen size. see the picture.
  10. Hi When we view on small screen mobile, sub-categories will be just 1 column. But when we view on wider screen mobile there will be 2 or more column sub-categories depend on how wider screen. How can I make sub-categories be 2 column at least on small screen. (see the attached) Thank you
  11. That's my fault sorry. Now changed. Everything is great. The text now just be on one line. Thank you to endriu107 and Nemo1. This thread has been solved
  12. Thanks endriu107 . Now I wrote both of your code on my file. But when I view on mobile screen there are still split the text to two line. as the picture below. Here is url : http://www.sportcartonline.com/32-men-s-compression-men
  13. I did it before. Then just deleted after Prestashop Legend advise. Now I just add you advise now. But the test still split to two line. Update progress. Now text cut exactly at 25 chars. But if we view on mobile the text will split to two line because column width narrower. So It should be depends on column width or something to make text cutting responsive on either PC or mobile within one line.
  14. That's great Nemo1. It cuts on the exactly 30 chars. But when we view on mobile, the screen is narrower than PC then product name split to two line. Is it possible to do character cutting depend on column width? It would responsive on any devices. Thank you here is my url http://www.sportcartonline.com/70-installment
×
×
  • Create New...