Logo with padding
By axxonev, 10 years ago. Last reply by Andrew Misplon, 10 years ago
Hi. Maybe you can help me. I want to turn to 0px for padding this code into header master logo: Is there a way to do this? I try with custom.css: header#masthead .hgroup { zoom: 1; position: relative; padding-top: 0px; padding-bottom: 0px; } .header #masthead .hgroup .logo img { vertical-align: bottom; padding-top: 0px; padding-bottom: 0px;…