Title: Featured Image/Formatting when using Shortcodes
Last modified: November 15, 2016

---

# Featured Image/Formatting when using Shortcodes

 *  [jmoore88](https://wordpress.org/support/users/jmoore88/)
 * (@jmoore88)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/featured-imageformatting-when-using-shortcodes/)
 * Good afternoon,
 * I recently discovered Give and think it’s great! I’m looking for help on something
   that seems simple, but that I couldn’t find in the documentation or forum. When
   creating a single page form, it adds my featured image (to a sidebar?) and formats
   the form appropriately. When I embed the same form via a short code, I lose my
   image and the formatting gets messed up.
 * Single form: [http://lyrasociety.org/donations/primary-donation-form](http://lyrasociety.org/donations/primary-donation-form)
   
   Embedded form:[http://lyrasociety.org/donate-now](http://lyrasociety.org/donate-now)
 * I’d prefer the picture to display on the embedded form the same way that it does
   as a single form but, if that’s not possible, I’m at least hoping for guidance
   on aligning the amount field with the radio buttons.
 * Thanks,
    Justin

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/featured-imageformatting-when-using-shortcodes/#post-8440069)
 * We don’t support the featured image in the shortcode. But here’s some CSS to 
   help you getting that form looking good on your pages:
 *     ```
       #give-donation-level-radio-list>li {
           display: inline-block;
           margin: 0 25px 0 0;
       }
       ```
   
 * Then in your theme stylesheet on line 653 it looks like you’re forcing all forms
   to have `text-align: center` Remove that and the form will look more like this:
   
   [https://www.dropbox.com/s/zprh6a7jpc6tk62/2016-11-15%2011_26_19-Donate%20_%20The%20Lyra%20Society.png?dl=0](https://www.dropbox.com/s/zprh6a7jpc6tk62/2016-11-15%2011_26_19-Donate%20_%20The%20Lyra%20Society.png?dl=0)
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Featured Image/Formatting when using Shortcodes’ is closed to new replies.

 * ![](https://ps.w.org/give/assets/icon-256x256.jpg?rev=2873287)
 * [GiveWP - Donation Plugin and Fundraising Platform](https://wordpress.org/plugins/give/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/give/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/give/)
 * [Active Topics](https://wordpress.org/support/plugin/give/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/give/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/give/reviews/)

## Tags

 * [embed](https://wordpress.org/support/topic-tag/embed/)
 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)
 * [formatting](https://wordpress.org/support/topic-tag/formatting/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 2 participants
 * Last reply from: [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/featured-imageformatting-when-using-shortcodes/#post-8440069)
 * Status: not resolved