Viewing 2 replies - 1 through 2 (of 2 total)
  • In your theme’s style.css file, look for the following styles:

    #wrap {
    	margin:4px 0 0;
    	padding:40px 0;
    	overflow: hidden;
    	border-top: 1px solid #ddd;
    	border-bottom: 1px solid #ddd;
    }

    And change it to:

    #wrap {
    	margin:4px 0 0;
    	padding:40px 0;
    	overflow: hidden;
    }

    That should do the trick.

    Thread Starter testerfromspain

    (@testerfromspain)

    Hi Jeremy,

    Thank you very much for your reply.

    I was going on for 2 días with this one.

    Have a nice day!

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove lines header/footer Yoko Theme’ is closed to new replies.