• Closed
  • Guido Peter
    Spectator
    28.09.2015 at 12:44 #20999

    Hello

    Arround my custom header logo is always a border. How can I remove this border, so that the header i fully covered by the image?

    http://www.glattalturniere.ch

    Best regards,

    Guido

    Denzel Chia
    Moderator
    Posts: 2656
    29.09.2015 at 09:36 #21021

    Hi,

    Please use the following code in Theme Options -> Custom CSS

    #logo-image {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    }
    .container.container-header {
    padding: 0 !important;
    }
    .header {
    padding: 0 !important;
    }

    screenshot http://prntscr.com/8lovpn

    Thanks!
    Denzel