Hi,
When I used the Split theme I use to use the following code in the Globel CSS section to centre the copyright notice in the footer:
#footer {
text-align: center;
}
But that does not seem to work in Tesla theme, any ideas please?
Hi,
When I used the Split theme I use to use the following code in the Globel CSS section to centre the copyright notice in the footer:
#footer {
text-align: center;
}
But that does not seem to work in Tesla theme, any ideas please?
Hi,
For Tesla you can use:
#footer_content {
text-align: center;
}
Thanks, it is a pity that all themes don’t use the same descriptions.
You can figure it out yourself. Use Web Developer Tools in RapidWeaver … and in your browser.
Read here, a little tutorial.