Hide Top Header Graphic White Border

Viewing 3 posts - 1 through 3 (of 3 total)
  • #19970
    philodragon
    Participant

    I’d like to know how to hide the white border for the header image. Can someone help? I read another post which contained some custom CSS, and tried it on my site, but it didn’t work.

    My site: lorsociety.org

    #19989
    Daniel Tara
    Keymaster

    Add this to your custom styles:

    #header-image {
    	padding: 0;
    	max-width: 100%;
    	width: 100%;
    }
    #20012
    philodragon
    Participant

    Awesome! Thank you so much.

Viewing 3 posts - 1 through 3 (of 3 total)

Tagged: , , ,

You must be logged in to reply to this topic.