• joshiec

    (@joshiec)


    Is there a special plug-in needed for wrap around text? I cannot get the text on my blog pages to wrap-around like I could on WordPress.com. Operator error?

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

    (@esmi)

    No – your theme’s stylesheet simply has to contain the appropriate classes & CSS. Try adding:

    .aligncenter {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    }
    .alignleft {
    	float: left;
    }
    .alignright {
    	float: right;
    }
    .wp-caption-text {
    	margin-top:0;
    	padding-top:0;
    }

    to the bottom of your theme’s stylesheet.

    Thread Starter joshiec

    (@joshiec)

    Exactly where? The very bottom didn’t help.

    esmi

    (@esmi)

    Without seeing your site? Impossible to say.

    Thread Starter joshiec

    (@joshiec)

    K. I’ll look. Thanks for your help.

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

The topic ‘Wrap-Around Text’ is closed to new replies.