My logo for my website is being cut off by the extra elements section. Can you please help me adjust the size of the logo so it fits within the header area? Thank you!
Hi djshortkut!
Please add following code to Quick CSS
.logo img {
padding: 5px 0;
}
Cheers!
Yigit
Resolved. Thank you very much!