Center image in footer
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.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.