Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #892592

    Hello.

    When I go to print my post it ends up being a very narrow column with 2/3 whitespace all around. Can I fix the settings so the maim content prits full width?

    Thx

    #892745

    Hey candiceone,

    Please, can you provide your WP credentials and a screenshot of the issue?

    Best regards,
    John Torvik

    #892870
    This reply has been marked as private.
    #893429

    Where do I attache the screenshot? Thx

    #893645

    Hi,

    Please add this code in the Quick CSS field.

    @media print { 
       .av-content-small { width: 100%; }
    }

    Best regards,
    Ismael

    #893834

    Thank you Ismael. The regular pages are printing at 100% but blog is still at about 30%…

    #894569

    Hi,

    Please replace the code with the following css.

    @media print {
        .container .av-content-small.units {
            width: 100% !important;
        }
    }

    Best regards,
    Ismael

    #895774

    Hi.
    Still not printing 100% width. The main body of post prints (no sidebars which is fine) as a long skinny column about 33%…

    #897199

    Hi,

    Have you selected the print option ” fit page ” from printer?

    Best regards,
    Basilis

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.