|
Navigation Thread Bread Crumb Position Nexternal Shopping Cart |
Question:What is the best way to left align the navigation thread in my online store? |
Response:
The table that contains the navigation thread has an ID associated with it. Add the following to your style sheet addedum:
.nextHierarchyCell { text-align:left; }
|
|