Jump to content

LinhNguyen

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Activity
    Other

LinhNguyen's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. As topic said, Im looking for rtl.css file for prestashop 1.7. Any suggestions friends ?
  2. i think it refers to your cart position the default one is hooked to displayTop and your cart is hooked to nav i ve found the best solution for my shop @media (min-width: 768px){ #layer_cart{ position: fixed; left: 0; top: 15%!important;} } although it's different to the default one but works perfect for me hope you like it
  3. i think u can use jquery to detect if the resolution changes to change the fixed value
  4. u can find it in your theme folder/ js. modules/ blockcart/ ajax-cart.js find this line in function 'updateLayer' var n = parseInt($(window).scrollTop()) + 'px'; and fix it to var n = parseInt($(window).scrollTop()) + 500 + 'px'; for example ^^!
  5. yourdomain/modules/themeconfigurator/css/theme6.css .sf-menu li:last-child { border-right: none!important; }
×
×
  • Create New...