Thread Starter
athiel
(@athiel)
That was so simple, Thank you. The reason I want to use post rather than pages is for categories to create a page like this- http://suzannemcminn.com/how-to-do-stuff/the-farmhouse-table/
It’s the only way I could figure it out to provide information on my CSA, Garden tips and recipes. If you know of a better way, please, please tell me. Thank you very much for the help you already have provided.
Thread Starter
athiel
(@athiel)
It isn’t how I was approaching the matter, but I think I know what you are saying. Thank you! I’ll try this, keeping my fingers crossed. Thanks again!
Go into your CSS file and remove the following code for header &
#header{
height:100px;
text-align:left;
width:800px;
padding:5px 0;
}
or hide it by adding /* at the beginning and */ at the end of the code.