A A A

Please consider registering
guest

Log In Register

Login form protected by Login LockDown.


Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




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

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Fix WordPress Image Align Right (and Left)
July 26, 2010
9:02 am
Member
Forum Posts: 9
Member Since:
April 28, 2010
Offline

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

July 23, 2011
8:50 pm
Member
Forum Posts: 4
Member Since:
July 18, 2011
Offline

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

 

Thanks!

Forum Timezone: UTC 0

Most Users Ever Online: 40

Currently Online:
23 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

icy1: 2371

wreed06: 175

laurie390: 168

StitchTek Services, LLC: 144

boutiqueelliette: 130

yiorgos: 127

Member Stats:

Guest Posters: 428

Members: 2252

Moderators: 1

Admins: 1

Forum Stats:

Groups: 1

Forums: 4

Topics: 2983

Posts: 16042

Moderators: Market Admin (5051)

Administrators: Market Admin (5051)

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