Viewing 1 replies (of 1 total)
  • Plugin Contributor WPtouch

    (@wptouch)

    Hi,

    Images over a certain size will be center aligned. Otherwise you may have an image right aligned, with text on the left, but the text will have to squeeze between the image and the edge of the display.

    If you’re keen on right-aligning the image, I would recommend decreasing its size with CSS. To apply this only that page, try:

    
    .page-id-4121 .post-page-content img.aligncenter {
    width: 100px !important;
    height: auto !important;
    
Viewing 1 replies (of 1 total)
  • The topic ‘deactivate aligncenter’ is closed to new replies.