Archived topic
Add linebreak to copyright info
5 replies · Started by Kim on August 5, 2019
Hi there, I've tried to add a linebreak to the copyright info to add some text below the copyright text. It moves the whole text to center.

How can I align it to the left again?
Many thanks and best regards!
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Hi Leo, unfortunately it's a local installation at the moment. But this is the code I've added to the copyright field:
%copy% %current_year%
<br />Alle Preise inkl. der gesetzlichen MwSt.
<br />Die durchgestrichenen Preise entsprechen dem bisherigen Preis in diesem Online-Shop.
Try this CSS:
.footer-bar-align-right .copyright-bar {
text-align: left;
}
Let me know :)
Perfect :-) Many thanks, Leo!
No problem :)