![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us