how to edit/resize my logo in menu bar
I am having trouble getting my logo to show clearly. also can i resize the logo so it appears larger?
website is www.britely.ca and also doing www.lexedge.ca
currently both have small logos – what size does the logo need to be in order for it to fit perfectly and also overlap against the background color of the menu bar??
thanks!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Dharm
Try the following under Appearance > Custom CSS:
/* Vantage Remove Logo in Menu img constraint */ header#masthead.masthead-logo-in-menu .logo > img { max-height: none !important; }That’ll let your logo render at the size you upload it as.
To remove all the padding around the logo you could try the following:
/* Vantage logo in menu remove all logo padding */ header#masthead.masthead-logo-in-menu .logo { padding: 0 !important; }Or control padding like this:
/* Vantage logo in menu remove all logo padding */ header#masthead.masthead-logo-in-menu .logo { padding: 0px 0px 0px 0px; }Those four numbers are top, right, bottom, left. Adjust as required.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.