Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Decker

    (@daveshine)

    @wbxpress:
    Hi there,
    thanks for your feedback!

    You can add a file print-additions.css into your child theme’s root folder and add custom CSS rules there for printing. My plugin support such styles. There you can declare custom rules for header etc. – if you override my plugin styles you may add !important to your rules/values!

    Hope that helps.

    Thanks, Dave ??

    Thread Starter wbxpress

    (@wbxpress)

    I added !important to the code as shown below:

    #google-ads-1
    {display:none !important;}
    
    .site-header,
    .site-description,
    .entry-meta,
    .content-box,
    .content span a[href]:after,
    .content p a[href]:after,
    .yarpp-related,
    .after-entry,
    .site-footer  {
    	display:none !important;
    }

    But, this does not actually hide the blank area of site-header and site-description.

    Please check my site: wbxpress.com and guide me how i can achieve this.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want to reduce Header Margin’ is closed to new replies.