Top Margin Shopping Cart
Posted:
Fri Jul 09, 2010 2:39 pm
by knucklehead
How can I change the top margin to zero for the order system screens?
Posted:
Mon Jul 12, 2010 7:39 am
by ShopSite Lauren
What is the URL to your website? It would be different for different templates. A basic thing that you can do for most templates would be to add the following onto those pages, either in the template or by going to Commerce Setup > Order System > Shopping Cart (and Checkout and Thank You), and adding this code into the text at the top or bottom of the screen.
<style type="text/css">
body {
margin: 0px;
padding: 0px;
}
</style>