Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #849215

    Hello! I’ve got another site up using Enfold (we love it), and I’m creating the print.css now. The article/blog post pages look ok, but the main homepage (set to Grid Layout) shows each post at 100% width, making the printout 4 pages long! I can’t get them to display in a 3×2 grid, like they do online.

    Can I get some CSS help to make the homepage look like the grid layout?

    Thanks for all your help

    #849978

    Hey DTC-sites,
    Try this code in your print.css:

    @media print {
    .av_one_third {
      margin-left: 3%!important; 
      width: 29.333333333333332%!important; 
    }
    }

    Best regards,
    Mike

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