StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-18-2010, 08:59 AM
Patrice Patrice is offline
Registered User
 
Join Date: Jul 2009
Posts: 46
Default Text Wrap Around Image in Post

I had made some changes to my theme (http://leadthewayout.com), and now I'm not able to text wrap an image within a post or page. It had worked before, but now it is not. The changes I had made included changing all of the width/height sizes to 0 in the Media section so that Wordpress doesn't automatically create extra image files, and i added the following to my CSS file to align images that were hard coded on page templates.

Code:
.alignright  {
   float: right;
   }

.alignleft {
   float: left;
   }

And I change my float to none in the following code which allowed me to center images above the text, but now I'm not able to wrap it.

Code:
#contentleft p img {
	border: none;
        float: none;
	margin: 10px 10px 10px 10px;
	}

Any help would be great. Thanks.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
About Text Wrap Up with Image bblweb General Discussion 1 01-05-2010 05:23 AM
Wrap text to right of image Lori General Discussion 1 01-02-2010 03:40 PM
wrap text around an image zedman General Discussion 2 02-07-2009 06:56 PM


All times are GMT -5. The time now is 12:15 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.