Miva Merchant Development by Scot's Scripts

SHADOWS: Printing Problems

Miva Knowledge Base
SHADOWS: Printing Problems
Important Notice: This information is for internal reference only. Use at your own risk.
Does Google actually understand your Miva Merchant store? Our JSON-LD schema generator makes sure it does. Contact us to get started. (more info)

SHADOWS: Printing Problems

Scot Ranney • February 16, 2024


If you are making a print only document using Shadows CSS make sure the content is inside the "main" tags. 

... header stuff ...

<p>This will not print.</p>

<main>
	<p>
		Only stuff in the "main" tag will print.
	</p>
</main>

... footer stuff ...

Suggestion: If you need a print only document, use bootstrap 5 to set up a simple template that uses a CSS framework designed for both web and print.


https://www.scotsscripts.com/mvblog/shadows-printing-problems.html

mvkb_print mvkb_shadows