• Here’s my site: dsreview.freehostia.com

    You can see it on all pictures…the wordwrap is as close as it can be to the picture. How do I change this?

    Thanks.

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter don-mildreone

    (@don-mildreone)

    Yeah, its really odd. The Pokemon works fine, but I had to take the caption off of the Call of Duty pic because of it.

    There is a second picture at the bottom of the Hotel Dusk review, that shows it perfect.

    Also, on the top Nintendo DSi pic, the caption isnt centered.

    It seems that between 1-3 lines it screws up. Even the pokemon pic isnt correct though. The wordwrap spacing has pretty much doubled. There is a large gap between words and pic.

    Thread Starter don-mildreone

    (@don-mildreone)

    Anyone know the answer?

    Change:

    alignleft {margin-right:10px;}

    to

    .alignleft {margin-right:10px;}

    If you want the caption text to be centered, you’ll have change the declaration for the class “p.wp-caption-text” as “{margin: 0 auto; text-align: center;}“.

    S.K

    Thread Starter don-mildreone

    (@don-mildreone)

    The wordwrap is perfect now. Thanks for that. But the captions still arent centered.

    I tried to use the code for the caption from kichu, but that actually made it worse, so i changed it back.

    Any help on the caption centering?

    This is what is currently in the p.wp-caption-text bit:

    line-height:1.5em;
    padding: 0 4px 5px;
    margin: 0;

    If thats any help.

    Try adding:

    text-align:center;

    to

    .wp-caption {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    border:2px solid #DDDDDD;
    }
    Thread Starter don-mildreone

    (@don-mildreone)

    Cool, it works.

    Thanks for all the help esmi.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Wordwrap is way too tight. How do I change it?’ is closed to new replies.