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

    For the most of the alb elements it is not hard to find a good print layout – but for tabs it is not.
    The thing is that in the source all titles are listed first and than another div is following.

    Is there a solution for that problem ?

    • This topic was modified 9 years, 2 months ago by Guenni007.
    #497273

    ok i managed it in this way: (it is for tab-titles on the left side – fullwidth)

    @media print {
    .sidebar_tab .tab_titles {
    display: none !important;
    }
    
    .av_tab_section .tab.fullsize-tab {
    display: block;
    float: none;
    width: 100%;
    clear: both !important
    }
    
    .js_active .tab_content {
    position: relative;
    top: 0;
    visibility: visible;
    border: none !important;
    box-shadow: none !important;
    min-height: 1px !important
    }
    }
    • This reply was modified 9 years, 2 months ago by Guenni007.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘how to get a good print layout for tabs ?’ is closed to new replies.