I'm looking to do a couple of things here.
A. I want the font inside of my cart smaller. I see that it picks up the CSS from my site, but I want it to be smaller that the font on my site. I tried creating a style span that went around my view cart button code, but that didn't seem to work.
Maybe it's just my lacking CSS skills, this is what my code is
<td><div align="center"><span class="style1"> "E-Junkie Code view cart code is here" </span></div></td>
B. Is there any way to make the scrollbars on the javascript window always appear. Sometimes they don't appear even when the content is bigger than the window. This leads to no checkout buttons! That will not fly! I'd also like to have margins on all sides of the window.
Any help would be appreciated.