tabletools print margin adjustment

tabletools print margin adjustment

onlygkonlygk Posts: 4Questions: 1Answers: 0
edited January 2015 in Free community support

hi,
i am a new bee. i have integrated datatable in sb-admin v2.0 theme . i have added copy, print and save buttons and all working fine. but in print it still occupies space in the left and top margin (for the menu 250px in left and 50px in top). how to adjust so that i can print with left margin 10px .

Thanks in advance

Answers

  • onlygkonlygk Posts: 4Questions: 1Answers: 0

    no commands yet.. anyway this inline css solved the problem. (just posting to help others who faces same problem)

    @media print
    {
    html, body { height: auto; }
    #page-wrapper{ margin: 0 0 0 0; border-left:#FFF; padding: 0 10px; min-height:auto;}
    .navbar-static-side { margin: 0 0 0 0; margin-top: 10px;}
    }

This discussion has been closed.