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

    Hi team,

    As always, thanks for such a great theme. :)

    A quick request for support with the print.css style sheet…

    1. Header/logo
    My client’s website is printing out with a really deep area for the logo (wasting a good chunk of page). I assume this is due to padding on the logo? How can I reduce this in print styling only?

    2. Title/breadcrumb overlap
    Is it possible to bump the breadcrumbs down onto the line below the title to allow for longer titles/breadcrumbs and ensure they don’t overlap?

    Thanks so much,

    Cheers

    Noelle

    #425492

    Hi conversiongreen!

    1. Add this to your print.css.

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 0px !important; }
    

    2. I thought there was an option for this somewhere but I can’t find it now for some reason. Add this to your custom CSS.

    .title_container .breadcrumb { position: relative !important; right: 0px !important; }
    

    Best regards,
    Elliott

    • This reply was modified 9 years, 7 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.