Hi,
I would like to make modifications to the styling when printing a page. With Ctrl+P it gets ok, but not good enough. The side bar is gone, which is good, but I would like to style the tables and images… is there a way to do it?
Thanks!
Best regards.
Hi Zest!
Please go to enfold/css/print.css file and make the changes you would like to make :)
Best regards,
Yigit
Perfect :)
I tried to remove the right side bar, or the whitespace on a printed page as i would like to let the main content be 100% of the width. Can you help me with some hints on how to do it?
Best regards
Hi,
Can you please try to add following code to your print.css file?
.content { width: 100%; }
Best regards,
Yigit
Worked with
.content { width: 100% !important; }
Thanks a lot!
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit