• Resolved eighthmuse

    (@eighthmuse)


    Can’t get the text to flow around the photos, which is strange given it’s a magazine-themed design.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter eighthmuse

    (@eighthmuse)

    Thread Starter eighthmuse

    (@eighthmuse)

    style.css

    #subpage .content p {
    font-size: 12px;
    margin-top: 10px;
    color: #565656;
    clear: both;
    }

    the clear: both; is stopping the text from flowing round the wp-caption.

    it might be there for a (good) reason – or not – so if you remove it, keep in mind that this could have (unwanted) effects somewhere else on the site.

    Thread Starter eighthmuse

    (@eighthmuse)

    Didn’t work. I noticed within my edit functions the designer posted the following blurb: “Dontators (sic) who donate at least $5 will receive a lifetime backlink from our Supporters Page. (write an E-Mail with link and linktext to [email protected] if you have made an donation). Could my caption problem be intentional on the designer’s part and simply his way of drumming up $5 for tech support?

    Thread Starter eighthmuse

    (@eighthmuse)

    Correction. It worked, but now I can’t get the caption to align underneath the photo. Please advise, and ignore my gravatar. I’m rather a happy guy, just too lazy to change it.

    you could add this to the end of style.css:

    to center the caption:
    .wp-caption-text { text-align: center; }

    or to move the left edge:
    .wp-caption-text { padding-left: 10px; }

    (sometimes the web page needs to be reloaded in the browser, to show changes to the styles; or the browser cache needs resetting by pressing ‘ctrl f5’ at the same time)

    Thread Starter eighthmuse

    (@eighthmuse)

    Okay, I added “.wp-caption-text { text-align: center; }” and it worked with the secondary photo but not the primary one. Any advice?

    Thread Starter eighthmuse

    (@eighthmuse)

    Thread Starter eighthmuse

    (@eighthmuse)

    Hi, I’m still having the same problem: Text will wrap around smaller photos that have a caption, but not the slightly larger captioned-photos. Any thoughts?

    doublevcomedy.com/?p=640

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘photo caption/flowing text woes’ is closed to new replies.