Images in the post are not centred This topic has 4 replies, 1 voice, and was last updated 4 years, 10 months ago by Artem. Viewing 2 reply threads Author Posts Actions Reply May 14, 2018 at 10:45 am #1144 ArtemGuest When I insert images in the post and select “align center” they are not centered, instead it seems like they are aligned to the left. Would be great to receive help from you regarding this issue. Thank you. Actions Reply May 14, 2018 at 3:31 pm #1148 Spiracle ThemesGuest Hello Artem, Use the CSS below .center, .aligncenter { text-align: center; margin-left: auto; margin-right: auto; } Copy and paste this in Appearance -> Customize -> Additional CSS Regards Actions Reply May 15, 2018 at 10:01 am #1149 ArtemGuest Thanks for replying. I’ve added the code to Custom css and tried adding it to main-style.css. Unfortunately, nothing`s changed. Actions Reply May 15, 2018 at 12:28 pm #1150 Spiracle ThemesGuest Hi Artem, Remove the old CSS and try this one .center, .aligncenter { text-align: center; margin-left: auto; margin-right: auto; display: block; } Regards Actions Reply May 15, 2018 at 12:33 pm #1151 ArtemGuest It works now. Thank you so much! Author Posts Viewing 2 reply threads Reply To: Images in the post are not centred Your information: Name (required): Mail (will not be published) (required): Website: Set as private reply Cancel Submit