Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #677573

    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.

    #677583

    Hi Zest!

    Please go to enfold/css/print.css file and make the changes you would like to make :)

    Best regards,
    Yigit

    #678684

    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

    #679505

    Hi,

    Can you please try to add following code to your print.css file?

    .content { width: 100%; }

    Best regards,
    Yigit

    #679925

    Worked with

    .content { width: 100% !important; }

    Thanks a lot!

    #679934

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Is there a print css?’ is closed to new replies.