SHADOWS: Printing Problems

Miva Knowledge Base
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.
Important Notice: This information is for internal reference only. Use at your own risk.

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