Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have added an image in ‘Customize, Footer’ and added this CSS:
#colophon{
background-repeat: no-repeat;
}
Please can you advise how to center this image.
Thanks.
Hi Jane
Try changing your Custom CSS to:
#colophon { background-repeat: no-repeat; background-position: center; margin-left: auto; margin-right: auto; width: 80%; min-height: 200px; }I added:
Thanks, that’s great :-)
For sure, glad we could help.