I am very new to Zen Cart, I'm using it on my first site. I used the addon Cart Summary Sidebox and chose to display the summary in the header. I modified the stylesheet as follows:
#navMainCartSummary {
float:right;
width: 30%;
margin-top: 0.5em;
padding:20px;
text-align:right;
}
#headerCartContents {
float:right;
width: 30%;
margin-top: 0.5em;
text-align:right;
}
I wanted the cart summary and links to appear in the header on the right hand side. The cart contents displays correctly, but the links "shopping cart" and "checkout" display on the left over the site logo. I can't find where those links are configured and how to get them to move over to the left with the cart summary. I also want to change the css for the colors of the links, but can't find that either! HELP!


Reply With Quote
