Title: Move text
Last modified: August 30, 2016

---

# Move text

 *  Resolved [ibogo](https://wordpress.org/support/users/ibogo/)
 * (@ibogo)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-text-3/)
 * [EXAMPLE](http://www.ibogo.club/)
 * Before, the orange triangle was 20px too high. We moved it down using:
 * .deals-more-discount-box { … }
 * We must also move discount percentage into the triangle. We tried:
 * p.deals-more-discount { … }
 * it does not work. There is a span around this text, whch might have something
   to do with it.
 * Any solutions?
 * Thank you

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

 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-text-3/#post-6314482)
 * I think the problem is that `<br>` you have in that span.
    Anyway it works, you
   just have to fine tune the values.
 *  [sumowebsite](https://wordpress.org/support/users/sumowebsite/)
 * (@sumowebsite)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-text-3/#post-6314497)
 * Alternatively you can move the text to the top left a bit.
    Try this
 *     ```
       .deals-col-4 .deals-more-content .deals-more-discount-box p {
           top: -35px;
           left: -40px;
       }
       ```
   
 *  Thread Starter [ibogo](https://wordpress.org/support/users/ibogo/)
 * (@ibogo)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-text-3/#post-6314525)
 * Thank you 🙂

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

The topic ‘Move text’ is closed to new replies.

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

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [edit](https://wordpress.org/support/topic-tag/edit/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 3 replies
 * 3 participants
 * Last reply from: [ibogo](https://wordpress.org/support/users/ibogo/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/move-text-3/#post-6314525)
 * Status: resolved