Theme Author
webriti
(@priyanshumittal)
Hi Dorothy,
You can set the height and width of logo via themes option panel.
Thanks
Priyanshu
My vesion of spasalon (latest version) only gives me an option to set the width, not the height. Is that set somewhere else?
Thank you!
Dorothy
URL:
I would also add some padding at the top of my logo. Can you tell me how?
Thank you
Dorothy
Hi Dwoglom
We have provide logo height option setting in next update.
By the way you can set the width of logo using theme option panel.
For logo height, I provide same instruction.
Go to Theme option Panel ->General -> Custom css box.
Add given code in custom css box. Save it.
.logo-img {
height: 200px;
padding-top: 5px;
}
Note :- 200px is your logo height and you can set the padding top of your logo.
It will resolved your issue.
Thanks
-Hari