Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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!
Hi 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.