• bluebird23b

    (@bluebird23b)


    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:
    https://www.salonfurniture.com/store/weblog/index.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • w3central

    (@w3central)

    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.

    Thread Starter bluebird23b

    (@bluebird23b)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Width of the entry text.’ is closed to new replies.