Can’t resize logo in responsive theme?
Your header is comprised of two spans which define their own width (at desktop view): <div class=”container”> <div class=”row”> <div class=”span3″> <!– I have a width of 270px at desktop view –> <div id=”logo”> <!– your logo here is constrained to the parent span width of 270px –> </div> </div> <div class=”span9″> <!– I have … Read more