Quote:
Originally Posted by moonclamp
Thank you for this.
Can you show me how to align this to the right of the page instead of the left please?
|
That's really more of a CSS thing. On my default install, I can just add this to additional.css and it will float right:
HTML Code:
.breadcrumbs {float:right;}
If you only want that bottom breadcrumb to float right, you will have to edit the template and add the property inline.