Hi all,
I have designed my site in HTML5 and CSS3. The body section is defined something like this:
BODY {
width: 950px;
margin: 50px;
padding: 10px;
}
Works fine on all pages, but as soon as I add the 'View Cart' code to a page, my margins are lost.
It draws correctly for a second, then redraws and squishes everything to the corners.
Checking the Cart code, I saw this bit in the link: class="ec_ejc_thkbx" and thought that perhaps a conflicting style is called, but even removing that temporarily did not make a difference. Presumably it's also a bad idea to remove something from that link.
Any ideas what's going on here?
Thanks for any help,
root-music