acyba / acymailing

A newsletter plugin for Wordpress and Joomla
GNU General Public License v3.0
17 stars 5 forks source link

Email body content online not centered - BUG ? > solution #10

Open joomleb opened 4 years ago

joomleb commented 4 years ago

Hi guys, the email body content online is not centered: https://photos.app.goo.gl/Hh2VzDMYCmZqUvsb9

As far as I understand it could be fixed by adding this code:

acymwysidtemplate table.row {

margin: auto; display: inline-table; }

Can you replicate it ? PS - You have yet the full access to my Test2 site if needed

joomleb commented 4 years ago

HI Alexandre, I asked, Please, Can you replicate it ? If confirmed, Are you sure this is an "enhancement" ? If confirmed, it should be just a little BUG Fix

joomleb commented 2 years ago

Hi @AlexandreAcyba I re-tested this on 7.9.3 and seems to be fixed. Please, Can you confirm and, in case, close this ticket as solved ? Thanks

JeremyAcyba commented 2 years ago

Hi 👋

This indeed seems to be fixed, but to be honest I don't know what we changed since the CSS code you provided hasn't been added 🤔

joomleb commented 1 year ago

Hi guys, the Email body content is not centered when the image width dimension is bigger then the max-width content, the $global-width (580px). The introduction of the Block Image width setting prevents that the loaded image width from being bigger than its container.

Anyway, to declare fixed this Bug, one thing is still missing:

When I add an Image:

Solution suggestion: to prevent being able to increase the width (and consequently the height) above the $global-width pixels, OR, to add a dimension resizing in % where the 100% is the maximum and to leave the width / height pixels fields fields just as "read only" to see the final dimension in pixels.