try to add something like these styles at the end of style.css of your theme:
.widget_wp_sidebarlogin form { margin-left:8px; }
.widget_wp_shopping_cart .shopping-cart-wrapper p { margin-left: 8px; }
You my friend are a LEGEND! It works perfectly! Thanks a lot for the help
There is just one thing. When you add something to the cart, then it drops out to the left again. How did I fix that part?
Thanks
just needs a few more styles:
.widget_wp_shopping_cart .shopping-cart-wrapper span { margin-left: 8px; }
.widget_wp_shopping_cart .shopping-cart-wrapper table { margin-left: 8px; }
.widget_wp_shopping_cart .shopping-cart-wrapper p span { margin-left:0; }
.widget_wp_shopping_cart .shopping-cart-wrapper span span { margin-left:0; }
Wow, I would have never figured that out. CSS isn’t my strong point 🙁
Works perfectly, thanks a lot for your help. Much appreciated 🙂