Comments 118Tuina_Simo started the conversationDecember 16, 2021 at 10:48pmHi Barry,I would like to add a space before '80 €' in the 3rd line 'Massage Tuina - Séance de suivi' of the Tarifs page.Could you please let me know how to do that?Thanks and regards,Simo 118Tuina_Simo repliedDecember 16, 2021 at 10:52pmOn the screenshot attached, I put the line on a green rectangle and the '80 €' on an orange one. 1,710Barry repliedDecember 17, 2021 at 10:17amHi Simo, The only way to do this is by adding an extra HTML tag to the HTML table and some custom CSS. This is the edited table: <table class="custom-table"> <thead> <tr> <td width="650">Médecine Chinoise</td> <td width="200">Durée</td> <td width="250">Tarif*</td> </tr> </thead> <tbody> <tr> <td>Massage Tuina - 1ère séance</td> <td>1h30</td> <td>100 €</td> </tr> <tr> <td>Massage Tuina - Séance de suivi</td> <td>1h15</td> <td><span class="space"></span>80 €</td> </tr> </tbody> </table> You can see I have added a "<span class="space"></span>" before the 80 € And then you can add the following CSS to Appearance -> Customize -> Additional CSS: .space { margin-left: 7px; } Hope this helps.Best regards,BarryQreativeThemes.com | WordPress Themes1 Like 118Tuina_Simo repliedDecember 18, 2021 at 10:15pmThanks Barry,It works perfectly, please close this ticket.Simo1 Like 1,710Barry repliedDecember 19, 2021 at 11:21amYou're welcome SimoTicket is closed on your request. Feel free to open a new one if you have any questions.Best regards,BarryQreativeThemes.com | WordPress Themes Sign in to reply ...
Hi Barry,
I would like to add a space before '80 €' in the 3rd line 'Massage Tuina - Séance de suivi' of the Tarifs page.
Could you please let me know how to do that?
Thanks and regards,
Simo
On the screenshot attached, I put the line on a green rectangle and the '80 €' on an orange one.
Hi Simo,
The only way to do this is by adding an extra HTML tag to the HTML table and some custom CSS.
This is the edited table:
You can see I have added a "<span class="space"></span>" before the 80 €
And then you can add the following CSS to Appearance -> Customize -> Additional CSS:
Hope this helps.
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Thanks Barry,
It works perfectly, please close this ticket.
Simo
You're welcome Simo
Ticket is closed on your request. Feel free to open a new one if you have any questions.
Best regards,
Barry
QreativeThemes.com | WordPress Themes