You must be logged in to post


Register? | Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Fix WordPress Image Align Right (and Left)

UserPost

9:02 am
July 26, 2010


AvondaleSteve

Member

posts 9

1

This may only be relevant on version 3.62 but …

The image alignment feature of the "Add media" function of the toolbar doesn't work with Market 3.62 so you have to add the following code to your stylesheet.

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }

With many thanks to this blog post

8:50 pm
July 23, 2011


rrsales

Member

posts 4

2

This fix worked however the caption does not alight to the center. 

 

Thanks!



 

Market takes e-commerce to the next level with an easy to use, quick setup platform. Learn more or take the tour.