officerat Posted June 22 Share Posted June 22 (edited) Can I make officerat.store considerably larger? https://officerat.store/ I want it to be easier to see. How can I increase logo size? My other question is can I block those people who abandoned their carts, I have a hundred abandoned carts in a few short days and they are messing around with the website adding almost every product to the cart before leaving it and not paying for anything? There must be a way to block their IP address? Kids I assume. Edited June 22 by officerat Link to comment Share on other sites More sharing options...
Mediacom87 Posted June 22 Share Posted June 22 28 minutes ago, officerat said: Can I make officerat.store considerably larger? https://officerat.store/ I want it to be easier to see. How can I increase logo size? Hi, In one of your CSS files of your template there is the following code: #shop-logo a img { max-width: 150px; height: auto; width: 100%; } This code limits the width of your logo to 150 pixels. Change this value or remove it if you want to have a larger logo. Link to comment Share on other sites More sharing options...
officerat Posted June 22 Author Share Posted June 22 Thank you, I found it in the global.css file its much easier to read now. Link to comment Share on other sites More sharing options...