I’m wondering what to adjust to make my logo wider in the header. 100×350 would be perfect for our logo. Sorry if this was posted before, I couldn’t seem to find an answer.
Thanks,
– John
p.s. I noticed some of the page elements aren’t rendering properly on an iPad in vertical view mode. Specifically the icon list. The icons are missing.
Hi!
Insert following code into the quick css field:
.logo, .logo a, .logo a img {
width: 350px;
height: 100px;
}
Regards,
Peter
Thanks Dude!