Extend Header Logo Area
By Andy Simms, 10 years ago. Last reply by Andrew Misplon, 10 years ago
Is it possible to extend the header logo (I believe it is a.logo) to span further across the masthead area? Currently I have some custom css that floats the logo to the center header#masthead .hgroup .logo { float: none !important; } header#masthead .hgroup .logo img { display: block; margin: 0 auto; } I would like…