tjonks 0 Report post Posted January 29, 2011 In my old theme, when I would add an image and select "none" as the justification choice, it would look like this: But when I switched to PlatformPro, the images I set as "none" are centered, like this: When I go in and try to switch the justification on each image to "left" the text gets all screwed up. Is there any way to make it so the "none" images in PlatformPro justify like in my old theme? Thank you! Share this post Link to post Share on other sites
catrina 103 Report post Posted January 29, 2011 By default, selecting "none" centers the images, anyway (...which should be fixed). In the Image Upload window that pops up in the Page Editor, you have the ability to edit more settings. In the Page Editor, select any image that you have and click on the icon of the picture frame on the top left corner. At the top, click on Advanced Settings. In the CSS Class text field there should be some kind of code there (something but not exactly like this: alignnone size-medium wp-image-40). Delete that code, press the Update button at the bottom, update your page, and the image should be aligned to the left. If you'd like this to be the default setting for all images selected for no align, let me know and there's CSS you can add. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
tjonks 0 Report post Posted January 29, 2011 Catrina, Thank you for your help! I tried your adjustment on an image and it is exactly what I want. Now I would like to make it so this is the default (that way I don't need to individually go in and modify images in all my old posts). What is the CSS I should add? Thanks again. Share this post Link to post Share on other sites
kastelic 6 Report post Posted January 29, 2011 body .alignnone{margin-left:0px;} Share this post Link to post Share on other sites
tjonks 0 Report post Posted January 29, 2011 Thank you Jimmy! That worked. Share this post Link to post Share on other sites