Viewing 4 replies - 1 through 4 (of 4 total)
  • mellisaland –
    You need to modify the styles for div.amazon-image-wrapper.
    Add this to the styles in the plugin options (remember to check to use your own styles if you modify the default styles). If you don’t want it to be just for the widget, remove the .textwidget part from it:

    .textwidget div.amazon-image-wrapper {
      text-align: center;
      max-width:100%;
      width: 100%;
      padding: 0 10px 0 10px;
      margin: 0 auto;
      float: none;
    }

    Warm regards,
    Don

    One thing to note on that style – If your image is too large, set the max-width to the size you want it to be, for example 175px instead 100%.

    Thread Starter melissaland

    (@melissaland)

    Thank you, thank you!!!!!

    Would you believe that half my issue was forgetting to check use your own styles? D’oh!

    I really appreciate the prompt help 🙂

    Melissa

    Not a problem.
    Best of luck.
    Don

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centering images in widget’ is closed to new replies.