philbuchanan / Accordion-Shortcodes

A WordPress plugin that adds a few shortcodes to allow for accordion dropdowns.
https://wordpress.org/plugins/accordion-shortcodes/
16 stars 10 forks source link

Add print styles FAQ #65

Closed philbuchanan closed 7 years ago

philbuchanan commented 7 years ago

Should include this code:

@media print {
    .accordion-content {
        display: block !important;
    }
}