Neil Aug 28, 2021 · 12:04 pm #16061
Hi, is there an easy way to automatically centre align images on all posts
Hi, is there an easy way to automatically centre align images on all posts
Hi Neil
You could try:
.alignleft,
.alignright,
.alignnone {
display: block;
float: none;
margin-right: auto;
margin-left: auto;
}Hi,
That hasn’t worked unfortunately
You could try instead:
.alignleft,
.alignright,
.alignnone {
display: block !important;
float: none !important;
margin-right: auto !important;
margin-left: auto !important;
}Still not working
Please, send a link to an example post or page. Thanks.