Thread Starter
ramf1v
(@ramf1v)
Ok, I’ve found the code….
.content {
float: left;
width:950px
overflow: hidden;
margin:0 0 20px 0;
padding:0;
}
but when I expand the width it breaks my blog page.
It pushes the blog entry to the bottom of the page.
Blog Page
Is there any way of avoiding this ?
I’m kind of enjoying this tracking down code malarky 🙂
but no preview button in this forum makes me nervous 😛
Thread Starter
ramf1v
(@ramf1v)
Ah ..silly me of course…..
<?php get_sidebar(); ?>
you know this is pretty straight forward with trial and error