osse LiteCart Fan From Sweden Member since Dec 2013 osse Jan 26 2016 07:24 PM How can I change the size on the store logo?
foppa LiteCart Fan From Sweden Member since Jul 2013 foppa Jan 29 2016 05:38 PM Hi In layouts/default.inc.php file
user2816 From Unknown Member since Dec -0001 user2816 Mar 17 2016 07:39 PM 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
Deleted From Unknown Apr 24 2016 09:39 PM 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 From Australia Member since Dec 2018 label Dec 7 2019 10:25 AM 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 From Australia Member since Dec 2018 label May 30 2020 11:52 AM 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 From Australia Member since Apr 2023 zara Apr 8 2023 11:03 AM maybe not working in LiteCart® 2.5.2?