easywind
Member
Posted 4 months ago #
I just put together a website and posted 2 posts on my blog. They appeared side by side instead of what I usually see on blogs, vertical. How can I change this? My site is http://www.coffeeloversunited.com and the blog is the Bean Blog.
Thank you for any help.
Kevin
That's the way the theme is coded -- if you know CSS (and maybe HTML) you may be able to change it -- this CSS code is likely relevant:
.postwidth2 {
float: left;
overflow: hidden;
width: 292.5px;
}
But that's not a theme that is supported here, so you'll need to get help from the vendor/developer.
easywind
Member
Posted 4 months ago #
OK. Thanks; I'll get in touch with them. I appreciate you taking the time!