- Issue created by @giordy
- 🇺🇸United States flashwebcenter Austin TX
Hello,
Please open gmpe-style.css and on line 18 replace:.field--type-text-long img, .field--type-text-long video, .field--type-text-long embed, .field--type-text-long object, .field--type-text-with-summary img, .field--type-text-with-summary video, .field--type-text-with-summary embed, .field--type-text-with-summary object { display: inline-block; }
with:
.field--type-text-long img:not(img.align-center), .field--type-text-long video:not(video.align-center), .field--type-text-long embed:not(embed.align-center), .field--type-text-long object:not(object.align-center), .field--type-text-with-summary img:not(img.align-center), .field--type-text-with-summary video:not(video.align-center), .field--type-text-with-summary embed:not(embed.align-center), .field--type-text-with-summary object:not(object.align-center) { display: inline-block; }
Best wishes,
Alaa Automatically closed - issue fixed for 2 weeks with no activity.