Jump to content
thirty bees forum

Hi, I would like to make my website logo bigger, how can I modify the size?


officerat

Recommended Posts

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.

too small.png

logo.png

654698488.png

65465468546.png

Edited by officerat
Link to comment
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...