Title: Formatting Issue
Last modified: September 29, 2020

---

# Formatting Issue

 *  Resolved [clancel](https://wordpress.org/support/users/clancel/)
 * (@clancel)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/formatting-issue-31/)
 * Hi. I would like to customize the checkout page because it currently looks like
   this,
    Snapshot: [https://paste.pics/c71e46cf6933f2bfd9e0601170e0a38d](https://paste.pics/c71e46cf6933f2bfd9e0601170e0a38d)
 * Can you help me? For a test product, you can use the following link,
    [https://www.newyorkpianogroup.org/product/test/](https://www.newyorkpianogroup.org/product/test/)
 * Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fformatting-issue-31%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * (@mysterythemes)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/formatting-issue-31/#post-13470132)
 * Hello [@clancel](https://wordpress.org/support/users/clancel/)
 * We are confused about customize the checkout page. Are you asking about the design
   of the checkout page?
 * Thanks,
 *  Thread Starter [clancel](https://wordpress.org/support/users/clancel/)
 * (@clancel)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/formatting-issue-31/#post-13473744)
 * Hi. Here’s how the checkout page look in the Astra theme.
 * snapshot: [https://prnt.sc/uqjhm9](https://prnt.sc/uqjhm9)
 * As you can see, the image of the credit cards displayed in the Astra Theme is
   smaller and better formatted. I would like my the checkout page to be more formatted
   like this. It doesn’t have to be exactly the same. I would just like the image
   to be smaller. Is it possible?
 *  Theme Author [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * (@mysterythemes)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/formatting-issue-31/#post-13477090)
 * Hello [@clancel](https://wordpress.org/support/users/clancel/),
 * For resizing the payment method image please add the following custom CSS.
 *     ```
       .woocommerce-checkout .wc_payment_method img {
       	width: 200px;
       }
       ```
   
 * Hope this will help you.
 * Thanks,
 *  Thread Starter [clancel](https://wordpress.org/support/users/clancel/)
 * (@clancel)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/formatting-issue-31/#post-13478005)
 * Thank you. The code helped to resize the image. However, I would like the image
   to be more apart from the “What is PayPal?” text that follows. At the moment,
   they are too close. How can I put a space between the image and the text?
 *  Theme Author [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * (@mysterythemes)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/formatting-issue-31/#post-13478451)
 * Please use the following code for spacing:
 *     ```
       .wc_payment_method img {
       	margin-right: 15px;
       	margin-left: 5px;
       	margin-bottom: 10px;
       }
       ```
   
 * Thanks
 *  Thread Starter [clancel](https://wordpress.org/support/users/clancel/)
 * (@clancel)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/formatting-issue-31/#post-13484948)
 * Thank you for the code. It worked.

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

The topic ‘Formatting Issue’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mismo/1.2.3/screenshot.png)
 * Mismo
 * [Support Threads](https://wordpress.org/support/theme/mismo/)
 * [Active Topics](https://wordpress.org/support/theme/mismo/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mismo/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mismo/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [clancel](https://wordpress.org/support/users/clancel/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/formatting-issue-31/#post-13484948)
 * Status: resolved