None of Artisteer WP templates are laying out properl


Author Message
LK

Posted: 2/4/2009
Quote message 

Every WP template/theme created in Artisteer adds extra space and drops down whenever you choose a posting, category or tag page... it drops down and leaves a big space between the title and the text/posting... can see here

testwpsite.lkoelbel.com

I tried it in 2.7 and 2.6 versions and everytime it left a big space... tried every browser too... IE, FF2, FF3 and Chrome. Same problem. If I switch to ANY theme NOT created in Artisteer, everything works fine.

Anyone else have this problem or know how to cure it? Definitely something wrong.

 
Marc Smith

Posted: 2/5/2009
Quote message 

I am not sure what space you are talking about.

Is this the space above the header?

Is this space below the title of a post or page and the content?

I looked at the page you gave us and everything appears ok to my eye.
 
Caroline

Posted: 2/5/2009
Quote message 

Hello LK,

I'm not sure why that space is so big, but you can change it in your style.css file around 1412 line:

.navigation {
display:block;
padding-bottom:0em;
padding-top:0em;
text-align:center;
}

Regards,
Caroline
 
Dan E.

Posted: 2/6/2009
Quote message 

You might also try a global CSS reset.

http://go2.vg/M1yaA