• Resolved jwieth

    (@jwieth)


    How can to place the content – image caption & description to the right of the image on the WP Media Library Attachment page? Thank you!!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (min-width: 768px) {
    p.attachment {
        width: 35%;
        float: left;
    }
    }

    Hope that helps!

    Hannah

    Thread Starter jwieth

    (@jwieth)

    Thanks Hannah! It works. How could I add a couple of blank lines above the copy to fill the right hand space a bit more.

    https://wieth.com/wildflowers-oil-painting/#.WgN0_4hrxe4

    hannah

    (@hannahritner)

    You can add some spacing to the content area by adding this:   to the text editor.

    Hannah

    Thread Starter jwieth

    (@jwieth)

    Thank you again Hannah!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Caption & Descr. Placement on Attachment pages’ is closed to new replies.