• I have use wp-invoice on other sites and never had this problem. I have client trying to use Granth template, but when we make the invoice page using the shortcode, it display a huge space between Payment Amount and customer information. I been checking the CSS with firebug, but i can;t find where is causing this problem. Any help will be appreciated.

    you can see a sample here http://tinyurl.com/a9ehqjc

    Any help will be highly appreciated

    http://wordpress.org/extend/plugins/wp-invoice/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    I think you should create custom template for invoice page and style it. Because it is impossible to make default invoice page look good in any theme.

    We actually support default themes.

    Dealing with the same issue I had to add the following to my css.

    #online_payment_form_wrapper br {
    	display: none;
    }

    I suggest using a child theme instead of editing your template files directly.

    Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    I suggest using a child theme instead of editing your template files directly.

    that is what I am talking about. Custom template should be placed in theme folder prevent overwriting every plugin upgrade.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Invoice page Style’ is closed to new replies.