logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$7
Image Align and Wrap Issues

I am still going through the CSS to clean it up, but while I am doing that, I need to have an image align and wrap issue solved.

If you see in http://beta.just-ask-kim.com/fanpageengine-launches-new-modular-facebook-fbml-generator/ , the words in the post are shoved down, instead of wrapping and do not look awkward.

Any solution for this. I am sure this is not just an image issue on alignright because further down the post, there is an image with alignleft too.

(Oh, and the theme is on Thesis... just in case)

This question has been answered.

Nile Flores | 09/18/11 at 1:54pm Edit


(2) Possible Answers Submitted...

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    09/18/11
    2:07pm
    Christianto says:

    Hi,

    I think you should delete clear:both property located in custom.css (thesis_18-3/custom/custom.css) line 665 and line 1076.

    the selector is:

    .custom .format_text p {
    margin: 0 0 10px;
    text-align: justify;
    clear: both;
    }


    Hope this help..

  • avatar
    Last edited:
    09/18/11
    2:09pm
    Grégory Viguier says:

    Hello.

    In your /custom/custom.css file, line 1076, replace :


    .custom .format_text p {
    clear: both;
    margin: 0 0 10px;
    text-align: justify;
    }

    By :

    .custom .format_text p {
    clear: none;
    margin: 0 0 10px;
    text-align: justify;
    }

    • 09/18/11 2:16pm

      Nile Flores says:

      thanks... I awarded to both since you were a couple minutes apart.

This question has expired.



Nile Flores voted on this question.



Current status of this question: Completed



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.