Resolved

Centre Images

Ultra Theme started by Neil Aug 28, 2021 5 replies
Neil Aug 28, 2021 · 12:04 pm #16061

Hi, is there an easy way to automatically centre align images on all posts

Andrew Misplon Puro Aug 28, 2021 · 12:50 pm #16062

Hi Neil

You could try:

.alignleft,
.alignright,
.alignnone {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
Neil Aug 28, 2021 · 1:35 pm #16063

Hi,

That hasn’t worked unfortunately

Andrew Misplon Puro Aug 28, 2021 · 5:51 pm #16064

You could try instead:

.alignleft,
.alignright,
.alignnone {
	display: block !important;
	float: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
Neil Aug 29, 2021 · 2:22 pm #16065

Still not working

Andrew Misplon Puro Aug 29, 2021 · 7:16 pm #16066

Please, send a link to an example post or page. Thanks.

6 posts
Closed This topic is closed to new replies. Still stuck? Start a new topic in Ultra Theme.