osse LiteCart Fan من Sweden عضو منذ ديسمبر 2013 osse 26 يناير 2016 19:24 How can I change the size on the store logo?
foppa LiteCart Fan من Sweden عضو منذ يوليو 2013 foppa 29 يناير 2016 17:38 Hi In layouts/default.inc.php file
user2816 من مجهول عضو منذ ديسمبر -0001 user2816 17 مارس 2016 19:39 eeem... dear friends... i was looking for change the Logo size on litecart, and found this. BUT, when i change the size in default.inc.php troubles happend. What should i do? Thank you
تم الحذف من مجهول 24 أبريل 2016 21:39 You need to tweak the size constraints there are two files same name, but only one with txt in /includes/templates/default.catalog/layouts/default.inc.php For example multiply the max-width & max-height original values by 1.5 for approx 1.5x sizing:
label LiteCart Fan من Australia عضو منذ ديسمبر 2018 label 7 ديسمبر 2019 10:25 For 2.1.6, I followed these steps and they worked well. I have upgraded to 2.2.0 and I followed the same steps and I thought they worked well. <?php echo document::href_link('images/logotype.png'); ?>" style="max-width: 360px; max-height: 56px;" alt=... The logo was the perfect size on the Desktop, and it was the perfect size on my mobile. But, then I realized on the mobile it wasn't right. Whilst initially appearing correct, I noticed the shopping cart bag had gone off the screen, so I had to scroll right to see the shopping cart bag. Is there anyway to increase the size of the logo on the desktop site without increasing it as much on the mobile site? Thanks
label LiteCart Fan من Australia عضو منذ ديسمبر 2018 label 30 مايو 2020 11:52 Just in case anyone else is searching for this, I solved my own problem. To change the logo size, edit includes/templates/default.catalog/css/app.css . Change the 250px width below to the width you want the logo (eg. 350px) @media (min-width: 992px) { #header { grid-template-columns: 250px auto 250px;
zara LiteCart Fan من Australia عضو منذ أبريل 2023 zara 8 أبريل 2023 11:03 maybe not working in LiteCart® 2.5.2?