Title: powerpress_subscribe shortcode display issue
Last modified: November 6, 2019

---

# powerpress_subscribe shortcode display issue

 *  Resolved [matthieulllrc](https://wordpress.org/support/users/matthieulllrc/)
 * (@matthieulllrc)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/powerpress_subscribe-shortcode-display-issue/)
 * Hello
 * Fantastic plugin by the way !
 * In the latest version, there is a small css issue with the way the powerpress_subscribe
   shortcode display the title:
 * The title is displayed over the **Subscribe to** overline.
 * The css that cause problem is in /css/subscribe.css, line 30:
 *     ```
       .pp-sub-widget div.pp-sub-t {
       	font-weight: bold;
       	margin: -15px 10px 0 10px;
       	padding: 0;
       	font-size: 200%;
       	color: rgb(0, 51, 102);
       }
       ```
   
 * The negative top margin is the cause.
 * The fix is easy: use the previous working css:
    `margin: 10px 10px 0 10px;`
 * Thank you in advance.
 * Have a nice day!

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

 *  Plugin Support [Shawn](https://wordpress.org/support/users/shawnogordo/)
 * (@shawnogordo)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/powerpress_subscribe-shortcode-display-issue/#post-12104799)
 * This has been passed on to the Blubrry dev team. Thanks!
 *  Plugin Contributor [Angelo Mandato](https://wordpress.org/support/users/amandato/)
 * (@amandato)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/powerpress_subscribe-shortcode-display-issue/#post-12163982)
 * Hello [@matthieulllrc](https://wordpress.org/support/users/matthieulllrc/),
 * I just wanted to follow up that the hotfix we released last week solved the CSS
   issue?
 * Thanks for reporting the issue and being a PowerPress user,
    Angelo
 *  Thread Starter [matthieulllrc](https://wordpress.org/support/users/matthieulllrc/)
 * (@matthieulllrc)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/powerpress_subscribe-shortcode-display-issue/#post-12164033)
 * Yes, thank you very much!
 * Regards.
 *  Plugin Contributor [Angelo Mandato](https://wordpress.org/support/users/amandato/)
 * (@amandato)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/powerpress_subscribe-shortcode-display-issue/#post-12164754)
 * Awesome!
 * IF you have a moment we would greatly appreciate it if you could [leave a review for our plugin and the support we provide](https://wordpress.org/support/plugin/powerpress/reviews/?rate=5#new-post).
 * Thanks again,
    Angelo

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

The topic ‘powerpress_subscribe shortcode display issue’ is closed to new replies.

 * ![](https://ps.w.org/powerpress/assets/icon.svg?rev=2849869)
 * [PowerPress Podcasting plugin by Blubrry](https://wordpress.org/plugins/powerpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/powerpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/powerpress/)
 * [Active Topics](https://wordpress.org/support/plugin/powerpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/powerpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/powerpress/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * 4 replies
 * 2 participants
 * Last reply from: [Angelo Mandato](https://wordpress.org/support/users/amandato/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/powerpress_subscribe-shortcode-display-issue/#post-12164754)
 * Status: resolved