Miva Merchant Modules and Development
Want to start an online store? We work with you from start to finish, from commerce platform to design to SEO.
Experience counts, and we have a lot.

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