How to remove the padding from around header image?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #14395
    janosserfozo
    Participant

    I’m trying to remove the outer white padding/outline/frame from around the header image. Is there anyway to do this?

    website is happyjemappy.com

    Thanks

    Johnny

    #14409
    Daniel Tara
    Keymaster

    Add this to your custom styles:

    #site-title,
    #site-title img {
    	margin: 0;
    	width: 100%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.