Hi,
I have inserted a data picker in the form – here is an image of my problem:
I think the word for back is to long and therefore it overwrites the month. This happens on all devices.
Maybe the fastest way to fix this would be to just change the translation – from “vorangegangen” to “zurück”…
Is there a way for me to change this? Or another way to fix this problem?
I have tried the following –
modified the “de_DE.po” file in lang folder in enfold. Searched the word “vorangegangen” and changed it with “zurück” but on the site there is still the word “vorangegangen”.. was it the wrong file I modified?
Another try –
added in Child Theme – in style.css and in Enfold-Child -> General Styling -> Quick CSS
the following code
#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev span {
display: none !important;
}
#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev::before {
content: ‘Zurück’ !important;
}
ok – now it seems to work;
Question to this quick css and the style.css – is it enough if I insert the code in just one of theme or even better? Or should I prefer to inserti in the style.css of the child theme and cancel all quick.css?
Hi Gaso,
It is enough to put the code in the Quick css. If you need more help with that, please give us a link to your website and the page with the datepicker.
Best regards,
Victoria
Thanks it worked fine;
Hi Gaso,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria