How To Market Your Business Online Even When You Have Too Much Competition

Remove Top Space From WordPress Twenty Eleven Theme

Remove Top Space From WordPress. I want to show you how you can get rid of the space up here at the top which basically just a waste of space if you ask me. Just below the top of the browser window and above the body of your WordPress site and in doing so, you’ll be able to regain some of your valuable, virtual real estate down here in the content area.

So let’s go ahead and take a look at the code that we’re going to use to add to our child theme style.css file and this is the code right here.

#page {

margin-bottom: 2em;

margin-left: auto;

margin-right: auto;

margin-top: 0;

max-width: 1000px;

}

This will overwrite the parent theme style.css file because anything that’s in the style.css file in the child theme will take precedence over that same element or that same bit of code that is located in the parent theme.

Remove Top Space Video Link Below

>>>>Remove Top Space<<<<

Remove Top Space

↑ Back to Top
,