bluebird23b
Member
Posted 6 years ago #
Okay, I'm trying to get the width of my entry text to be somewhat wider so that there isn't such a large gap between the entry and the sideabar. Does anyone know how to fix this? Would it be the CSS? Thanks so much!
here's a link to the page so that you can get a better visual:
http://www.salonfurniture.com/store/weblog/index.php
w3central
Member
Posted 6 years ago #
There are two place in your stylesheet you might want to play with:
1)
.narrowcolumn {
float: left;
padding: 0 0 20px 45px;
margin: 0px 0 0;
width: 450px;
}
2)
.post {
margin: 20px 20px 40px;
text-align: justify;
}
Try changing the values of the margins, width and padding.
bluebird23b
Member
Posted 6 years ago #
Oh, thank you. I don't know why I didn't try that before! lol! I'm too busy thinking about drinking a nice, cold, Irish beer b/c it's St. Patrick's day! haha