Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Please install any Custom CSS plugin and add below CSS in CSS editor.

    img.alignright {
      float: right !important;
      height: auto !important;
      width: auto !important;
    }
    img.alignleft {
      float: left !important;
      height: auto !important;
      width: auto !important;
    }

    Save the changes.

    Thanks.

    Thread Starter NicciZ

    (@nicciz)

    So great, it works, thx a lot. It works vor alignnone as well, however, I can’t make it work for aligncenter? Heights and widths fits but the images are shown on the left instead of the center …

    Hi,

    For aligncenter please use below css.

    img.aligncenter {
      float: 0 auto !important;
      height: auto !important;
      width: auto !important;
    }

    Thanks.

    Thread Starter NicciZ

    (@nicciz)

    I’m afraid it doesn’t work. 🙁

    The dragonflies on this page are small but still shown on the left – I want them to appear centered: http://www.dragonfly-vision.de/libellen/

    Hi,

    Please use below CSS instead

    p img.aligncenter {
      margin-left:25% !important;
      height: auto !important;
      width: auto !important;
    }

    Thanks.

    Thread Starter NicciZ

    (@nicciz)

    Works! Thank you very much! 🙂

    Hi,

    Most Welcome.

    Thansk.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Images too large’ is closed to new replies.