Title: Use shortcode beside text
Last modified: November 14, 2019

---

# Use shortcode beside text

 *  Resolved [kenttubman](https://wordpress.org/support/users/kenttubman/)
 * (@kenttubman)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/use-shortcode-beside-text/)
 * Hello Marcel,
 * Love the plugin – Thank you!
 * I would like the AAA to appear to the right of some normal text like:
    Resize
   Page Content: AAA
 * When I try this, the AAA drops down a line so I get
    Resize Page Content: AAA
 * How can I get the AAA to be left-justified to the right of Resize Page Content:?
 * Thanks in advance,
 * Kent
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fuse-shortcode-beside-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/use-shortcode-beside-text/#post-12136777)
 * Does this CSS work?
 *     ```
       p.zeno_font_resizer span:before {
           content: 'Resize Page Content: ';
       }
       ```
   
 *  Thread Starter [kenttubman](https://wordpress.org/support/users/kenttubman/)
 * (@kenttubman)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/use-shortcode-beside-text/#post-12138565)
 * Hi Marcel,
 * Thanks for the CSS – It brought the AAAs vertically in line with the ‘Resize 
   Page Content: ‘.
 * I looks like the plugin is adding a <p> before the <Span> making it look like
   there is a line return above Resize Page Content: AAA
 * I get this:
    Border line ————-
 * Resize Page Content: AAA
    Border line ————-
 * When I want:
    Border line ————- Resize Page Content: AAA Border line ————-
 * How do I eliminate this extra line return?
 * Thanks,
 * Kent
 *  Thread Starter [kenttubman](https://wordpress.org/support/users/kenttubman/)
 * (@kenttubman)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/use-shortcode-beside-text/#post-12138625)
 * Hi Marcel,
 * No need for a reply.
 * My theme is adding a <p> before your plugin shortcode resulting in the extra 
   line.
 * I’ll simply use your shortcode in a way that doesn’t add the extra <p>
 * Great plugin – Thank you.
 * Kent
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/use-shortcode-beside-text/#post-12140061)
 * I see you managed by putting it before the first a element.
    Have a good weekend.

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

The topic ‘Use shortcode beside text’ is closed to new replies.

 * ![](https://ps.w.org/zeno-font-resizer/assets/icon-256x256.png?rev=1166007)
 * [Zeno Font Resizer](https://wordpress.org/plugins/zeno-font-resizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zeno-font-resizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zeno-font-resizer/)
 * [Active Topics](https://wordpress.org/support/plugin/zeno-font-resizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zeno-font-resizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zeno-font-resizer/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/use-shortcode-beside-text/#post-12140061)
 * Status: resolved