Some people have asked to restore the floating, outlined boxes on the Membership Account page (many default styles were removed and simplified with the v1.7 release to give your theme defaults more control over the plugin appearance). Just place this block of code right into the Text / HTML editor of the page containing your account shortcode (pmpro_account) and you are good to go.
<style> #pmpro_account-profile.pmpro_box {float: left; border: 1px solid #CCC; width: 45%; padding: 1%; } #pmpro_account-links.pmpro_box {float: left; border: 1px solid #CCC; width: 45%; padding: 1%; } #pmpro_account-invoices.pmpro_box {float: right; border: 1px solid #CCC; width: 45%; padding: 1%; } #pmpro_account .pmpro_box h3 {border:none; background: none; border-bottom: 1px solid #CCC; padding: 0 0 .5em 0; margin: 0 0 .5em 0; } </style> |