We tried to center the footer in enfold and created a CSS for this.
#socket.copyright {
float: none;
display: block;
text-align: center;
}
Unfortunatley the footer does not center…
Pop a space between the socket #selector and .copyright selector.
Eg:
#socket .copyright {
float: none;
display: block;
text-align: center;
}
In future, I would add outline:1px solid red; so you can see what, if anything you are targeting. Really helps with development.
Hi,
Thanks for helping out @DigitalEssence, did you try that out and did you have any luck with it @rseybold?
Best regards,
Rikard