Post Content Area – Text Width Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • #17263
    dandemeter
    Participant

    I’ve been using Pinboard for my website – http://www.syriaphotoguide.com – and it has been absolutely fantastic. I’m been having one issue, however, that I’m not quite sure how to resolve. It is probably as simple as adding some CSS code, but I’m quite amateur when it comes to these things, so any help would be appreciated.

    Basically, in individual posts – see http://www.syriaphotoguide.com/home/bamuqa-باموقا/ as an example – the width of the text in the content area is a good 20-30 pixels wider than the image and tiled gallery (Jetpack), which are at the default 660 pixels. It appears that the content area is actually defaulting to something closer to 690 pixels, and the text is filling all of that space.

    It is ultimately a minor issue, but I feel things would look a lot cleaner if the text wrapped around at the same width of the image/gallery that is in the same content area.

    I haven’t done anything to edit the theme, nor do I have any plugins that I would expect could cause this issue. Any ideas?

    #17269
    Daniel Tara
    Keymaster

    You probably need to set $content_width t0 660 in functions.php

    #17274
    dandemeter
    Participant

    functions.php has this already:

    global $content_width;
    if( ! isset( $content_width ) ) $content_width = 660;

    do I need to modify that in some way?

    #17277
    Daniel Tara
    Keymaster

    Try regenerating your thumbnails with this plugin.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.