[mphb_payment_request_checkout] layout issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1132924
    Maurice Couwenberg
    Participant

    hi,

    i am starting to use this function but my theme AVADA is not showing a nice table for the payment history. Could you give me some custom lines to make the columns wider, with borders and the amounts nicely onder each other.

    Similar like you already did for me a the price break down structure

    See an example at
    https://casacantiga.eu/betalingsverzoek/?key=booking_14213_60b53fa30c7488.45027331
    and/or
    https://casacantiga.eu/betalingsverzoek/?key=booking_12575_601536da146353.33066493

    Thanks in advance

    Maurice

    #1135176
    Andre Flores
    Moderator

    Hello Maurice,

    You may add the following code under Appearance ->Customize ->Additional CSS:

    .mphb-payments-table {
    	border-collapse: collapse;
    	margin: 0 0 1.5em;
    	text-align: left;
            width: 100%;
    }
    .mphb-payments-table td, th {
    	padding: 1rem 1.25rem;
    	border: 1px solid #ededed;
    }
    .mphb-payments-table th {
    	font-weight: 600;
    }

    Regards,
    Andre

    #1144813
    Maurice Couwenberg
    Participant

    works fine, thanks

    #1146599
    Andre Flores
    Moderator

    Hello Maurice,

    You are always welcome 🙂

    Regards,
    Andre

    #1151179
    J.S. Pos
    Participant

    can you tell me how to change the lanquage from english to dutch

    #1151278
    Maurice Couwenberg
    Participant

    hi,

    translation of the payment request works only via the string translation (I do it with wpml)

    Maurice

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.