PDA

View Full Version : Blog install with custom style - Problems


stonepilot
Sun 23rd Mar '08, 6:44pm
I was able to work out most of the layout issues with my custom style. However, I do not understand how to shrink the overall width of the content area. I probably do not understand how the fields fit together to make up the blog.

Here's the blog
http://www.gmtruckclub.com/forum/blog.php


It was all messed up to start with, and I changed the code around to get it mostly stable. How do I shrink the overall width of the content section? Is it all with the inline styles?

Some of the code
<style type="text/css">
.cleardiv {
clear:both;
}
#content_container {
width:675px;
float:$stylevar[right];
margin-$stylevar[left]:-0px;
background: $stylevar[page_bgcolor];
}
#content {
margin-$stylevar[left]:0px;
background: $stylevar[page_bgcolor];
}
#sidebar_container {
width:200px;
float:$stylevar[left];
background: $stylevar[page_bgcolor];
}
.nobullets {
list-style:none;
margin:0px;
padding:0px;
}
#blog_description
{
margin-bottom:12px;
}
img.blog_home_list_image
{
max-width:30px;
max-height:30px;
height:auto !important;
width:auto !important;
width:30px;
height:30px;
}
</style>

... any help would be appreciated.

stonepilot
Mon 24th Mar '08, 11:14am
I've asked the style developer to have a look, just wondering if anyone else that sees this could help a guy out. :)

stonepilot
Mon 24th Mar '08, 5:19pm
Anyone? I was able to get some of the formatting done, but it's going to take more time. I'm about to pay a coder, but would rather just do it myself if it's a quick fix.