cadtec_2 LiteCart Fan De Switzerland Miembro desde mar. 2016 cadtec_2 28 dic. 2022 08:36 Hello together, Where can I adjust the yellow highlighted frames so that the button does not protrude to the right beyond the visible area (red arrow)? [img]https://i.imgur.com/1PH7EgY.jpeg[/img]
vilaiporn LiteCart Fan De Thailand Miembro desde ago. 2017 vilaiporn 29 dic. 2022 00:59 There are 2 addons that should work it out: https://www.litecart.net/en/addons/316/true-responsive-checkout https://www.litecart.net/en/addons/229/more-responsive-cart
tim Founder De Sweden Miembro desde may. 2013 tim 29 dic. 2022 03:02 @vilaiporn This is not the checkout, but the product page. You have three options. A) Edit the translation "In den Warenkorb" to something shorter. B) Remix it with some styling in less/app/product.less or css/app.css. C) Modify the html and place the button somewhere else: https://github.com/litecart/litecart/blob/2.5.1/public_html/includes/templates/default.catalog/views/box_product.inc.php#L164
cadtec_2 LiteCart Fan De Switzerland Miembro desde mar. 2016 cadtec_2 29 dic. 2022 11:18 Hello everyone, thank you for your help. The term "In den Warenkorb" has become established in the German-speaking world and should not be called anything else. I did it as follows: -> Slim "In den Warenkorb" button so that it is not cut off on an iPhone display <- 1.) In file: /includes/templates/default.catalog/css/[b]framework.css[/b] Adjust this value as follows: --input-padding-x: [b]1[/b]em; (or 0.5em) 2.) In file: /includes/templates/default.catalog/views/[b]box_product.inc.php[/b] Adjust the distance between the pcs.-text and the green button as follows: padding-inline-start: [b]0.5[/b]em (Maybee, it would probably be good if Tim could adjust this in the sources?) Best regards, André