Quote Originally Posted by DivaVocals View Post
I need some CSS assistance.. I have managed to incorporate the Ajax Add to Cart module with this template so that it replaces the cart total links in the header. However, I am having a devil of a time trying to get the cart totals to position themselves in the correct position within the rest of the header links..

If you go to this page:
http://clientscrappin(dot)divawebdzg...te-p-3541.html
Click image for larger version. 

Name:	for-christs-sakes.PNG 
Views:	105 
Size:	11.2 KB 
ID:	14881

you can see that the cart totals sit to the far left of the rest of the header links. I know this is a CSS change, but I am STUMPED how to get the header links to be positioned between the empty pipe characters (|) between the "Login" and "Checkout" links..

HELP please!!
I have installed this plugin a lot with this template. I would recommend checking your tpl_header.php code to make sure that your page elements are showing in the html code in the order that you want them to show in the header. Then I would go into the css rules for each element and remove any positioning like floats, position relative, margins, padding, etc. and then starting fresh, move the elements into place.

Thanks,

Anne