Forums
Forums / Theme: Customizr / Move text
(@ibogo)
10 years, 9 months ago
EXAMPLE
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
(@d4z_c0nf)
I think the problem is that <br> you have in that span. Anyway it works, you just have to fine tune the values.
<br>
(@sumowebsite)
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; }
Thank you 🙂
The topic ‘Move text’ is closed to new replies.