I found this link in a post from a month or so ago. How do I get my blog to have this flattened view?
http://christiepits.com/wordpress/blog/
Thanks
I found this link in a post from a month or so ago. How do I get my blog to have this flattened view?
http://christiepits.com/wordpress/blog/
Thanks
Hi,
Can you be more specific about what you mean by "flattened view"?
Regards,
Mya
the blog takes up the whole column, while on the original it its sepertaed
Hi,
Okay, you would need to add something like this to your custom.css or Quick CSS.
#top .offset-by-three {
padding-left: 0px;
}
.container .three.units {
width: 100%;
}
.unit, .units {
display: inline;
float: left;
margin-left: 30px;
position: relative;
width: 100%;
}
.post-info {
display: inline-block;
height: 20px;
list-style: none outside none;
padding: 0;
}
Regards,
Mya
You must log in to post.