ColorlibHQ / illdy

Illdy is a free one page WordPress business theme with a minimal design
GNU General Public License v3.0
44 stars 38 forks source link

Conflict between Gutenberg aligncenter class and Ildy #289

Closed Dumcem closed 3 years ago

Dumcem commented 5 years ago

Using the Gutenberg image block, if I try to center it, the image is rendered to the left. Apparently, Illdy's CSS (class .aligncenter) forces the div containing the image to be displayed as "block", and turning off that CSS line makes it render correctly.

mahendrapratap4022 commented 3 years ago

Hey, @Dumcem hope you are fine. I have tested it and it is working fine can you share some more detail so it can be more clear to me. BTW we have added

  margin-left: auto;
  margin-right: auto;

along with display: block; so it can not be in left. If you still getting this issue let me know here.