Title: Image float
Last modified: August 19, 2016

---

# Image float

 *  [draghnfly1](https://wordpress.org/support/users/draghnfly1/)
 * (@draghnfly1)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/image-float/)
 * Can anyone help a CSS novice? My style sheet has this code:
 *     ```
       float: left;
       	border: none;
       	margin-right: 15px;
       	margin-bottom: 10px;
       ```
   
 * I understand how this works but how can I override it to position my pics inline
   or floated right without changing the default? Thanks for any help.

Viewing 1 replies (of 1 total)

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/image-float/#post-867810)
 * hi
 * if these don’t already exist in your theme’s stylesheet, create
 * .alignleft {
    float: left; border: none; margin-right: 15px; margin-bottom: 10px;}.
   alignright { float: right; border: none; margin-left: 15px; margin-bottom: 10px;}
   To make it float right, In the post editor, edit your post and go into the HTML
   tab. For the post you want to float right, find the <img tag
 * add this
    <img class=”alignright” src=”… “
 * If it already has a class for alignleft or something similar, remove that and
   leave the alignright. That will float it right.
 * If you want to center it, an easy way is wrap it in a div
    <div align=”center”
   ><img … /></div>

Viewing 1 replies (of 1 total)

The topic ‘Image float’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [float](https://wordpress.org/support/topic-tag/float/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [image](https://wordpress.org/support/topic-tag/image/)

 * 1 reply
 * 2 participants
 * Last reply from: [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * Last activity: [17 years, 7 months ago](https://wordpress.org/support/topic/image-float/#post-867810)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
