Active
Project:
Sky
Version:
7.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2011 at 19:03 UTC
Updated:
19 Jul 2013 at 18:40 UTC
Hi there. Thanks for this great theme. The issue I'm having is that every time I try to upload a full-width logo for the header, it gets reduced to a third of the original size.
Any thoughts?
Thanks.
Comments
Comment #1
Babalu commentedsubscribing
Comment #2
david_p commentedOh, I've got it. The width of the header's logo uploaded through the theme settings is determined by the "page.css" file. Line 53, #branding:
width: 40%
This must be changed to 100% to have a full width logo (I used a "local.css" file to implement all my changes).
Comment #3
socceronly commentedAwesome, thanks for the solution!