Title: Customizing Certificate Text
Last modified: July 22, 2025

---

# Customizing Certificate Text

 *  Resolved [goodlogin](https://wordpress.org/support/users/goodlogin/)
 * (@goodlogin)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/customizing-certificate-text/)
 * Hi, I need to generate a certificate and place variables on exact positions to
   match fields of a background image.
 * In the “Certificate body” section I choose “Code” and use html tags to arrange
   several variables.
   For exact placement, I would like to use the “position” argument(
   left, top).Though this doen’t seem to work inline in divs or p tags using the“
   Generate Certificate Preview” button.
 * What am I missing?

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

 *  Plugin Support [Jasmine](https://wordpress.org/support/users/hyenokian/)
 * (@hyenokian)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/customizing-certificate-text/#post-18567003)
 * Dear [@goodlogin](https://wordpress.org/support/users/goodlogin/),
 * Thanks for the topic.
 * The reason the position argument is being ignored is because the HTML you’re 
   using is being rendered into a PDF file. Position arguments are typically only
   supported in browsers and are ignored in PDF generation.
 * As a workaround, you can place the element in the top right corner by adjusting
   the width and height of the empty cells of the table.
 * Here is the code:
 *     ```wp-block-code
       <table style="width: 1000px; height: 700px; border-collapse: collapse;">  <tr>    <!-- This empty cell acts as horizontal spacing (moves content to the right) -->    <td style="width: 350px;">&nbsp;</td>    <!-- This cell contains the user name variable -->    <td style="font-size: 24px;">      %%user_name%%    </td>  </tr>  <!-- This row creates vertical spacing (moves content down) -->  <tr style="height: 350px;">    <td colspan="2"></td>  </tr></table>
       ```
   
 * Please check this and let us know about the outcome.
 * By the way, as the Certificate feature is available in the Pro version of the
   plugin, please contact us via [this form](https://ays-pro.com/contact) for premium
   support and further discussion. Our customer care specialists will always be 
   happy to help you.
   Commercial products are [not supported in these forums](https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products).
 * Thank you.
 *  Plugin Support [Jasmine](https://wordpress.org/support/users/hyenokian/)
 * (@hyenokian)
 * [10 months, 2 weeks ago](https://wordpress.org/support/topic/customizing-certificate-text/#post-18575595)
 * Dear [@goodlogin](https://wordpress.org/support/users/goodlogin/),
 * We’re closing this ticket for now as we last heard from you 1 week ago.
   Unfortunately,
   we haven’t heard from you via contact form as well.
 * If the query is unresolved, drop us a line and we’ll get back to you at the earliest
   and the ticket will be re-opened.
 * For a new query, feel free to open a new topic. Our Customer Care Specialists
   will be happy to help you.
 * Thank you.
 *  Thread Starter [goodlogin](https://wordpress.org/support/users/goodlogin/)
 * (@goodlogin)
 * [9 months, 4 weeks ago](https://wordpress.org/support/topic/customizing-certificate-text/#post-18601661)
 * Hey Jasmine,
 * the solution you provided works fine and is a great workaround.
 * Thanks for the excellent support!
 *  Plugin Support [Jasmine](https://wordpress.org/support/users/hyenokian/)
 * (@hyenokian)
 * [9 months, 3 weeks ago](https://wordpress.org/support/topic/customizing-certificate-text/#post-18603016)
 * Dear [@goodlogin](https://wordpress.org/support/users/goodlogin/),
 * Thanks for the reply.
 * I am glad to hear that the solution worked for you!
 * If you like our plugin or the support you received from our team, kindly take
   a moment to [rate and review](https://wordpress.org/support/plugin/quiz-maker/reviews/?filter=5)
   our plugin.
 * Thank you in advance.

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

The topic ‘Customizing Certificate Text’ is closed to new replies.

 * ![](https://ps.w.org/quiz-maker/assets/icon-256x256.png?rev=2174282)
 * [Quiz Maker by AYS](https://wordpress.org/plugins/quiz-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quiz-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quiz-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/quiz-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quiz-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quiz-maker/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Jasmine](https://wordpress.org/support/users/hyenokian/)
 * Last activity: [9 months, 3 weeks ago](https://wordpress.org/support/topic/customizing-certificate-text/#post-18603016)
 * Status: resolved