• Resolved bryceadams

    (@bryceadams123)


    I’m using the default WordPress theme, KUBRICK or whatever comes installed as DEFAULT, and on my single post, I need to push the post up so the grey area above the white area isn’t there, and the post comes down from the top straight away (no grey area in the way).


    https://kicktopia.com/?p=5 is the page.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi.

    In your stylesheet style.css look for a heading that looks like this:

    /* Begin Structure */

    Under this heading there will be two blocks that you will need to change. The first is in the declaration of the page id…

    Copy and paste this code over the code that looks similar:

    #page {
    	background-color: white;
    	margin: 0 auto 20px;
    	padding: 0;
    	width: 760px;
    	border: 1px solid #959596;
    	}

    Do the same with this code:

    .widecolumn {
    	padding: 10px 0 20px 0;
    	margin: 0 0 0 150px;
    	width: 450px;
    	}

    Hope this helps ??

    Thread Starter bryceadams

    (@bryceadams123)

    i love you! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixing Kubrick Theme Header’ is closed to new replies.