Home › Forums › Jevelin Theme › Copyrights line with break (2 rows)
Home › Forums › Jevelin Theme › Copyrights line with break (2 rows)
Dear Support Team,
in my copyright line I want to have 2 rows / add a line breal.
I tried to add code into the field – the font-size worked well – but the break I tried everything like <p> tags / </br> and nothing works – sorry I am not a programmer. Please help.
Thanks
Ulf
<span style=”font-size: 10px;”>© Copyright 2017 Selbsteinwechslung | M.A. Michael Tettke | Certified Senior Project Manager (GPM) | Osterbekstrasse 84b | D-22083 Hamburg | Germany | [email protected] | http://www.selbsteinwechslung.de </span></br><span style=”font-size: 10px;”>Konzept, Design & Umsetzung: Ulf Meyer | Art- & Creative Direction | [email protected] | http://www.ulf-meyer.com </span>
Hi Ulf,
I hope you are well today and thank you for your question.
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can share me your site URL where it is displaying and tell me from which word you want to display it on new line so that i can help you to achieve it developing custom CSS code.
Best regards,
Shufflehound team
Dear Support Team,
thanks for the fast reply. Here the Link to my page: http://selbsteinwechslung.de/selbsteinwechslung/ (PW: GünterNetzer)
I the copyright line I need a break after http://www.selbsteinwechslung.de
Line 1
© Copyright 2017 Selbsteinwechslung | M.A. Michael Tettke | Certified Senior Project Manager (GPM) | Osterbekstrasse 84b | D-22083 Hamburg | Germany | [email protected] | http://www.selbsteinwechslung.de
Line 2
Concept, Design & Implementation | Ulf Meyer | Art- & Creative Direction | [email protected] | http://www.ulf-meyer.com
Thanks for your help.
All the best
Ulf
This is the code I added in the backend already to make the text-size smaller:
<span style=”font-size: 10px;”>© Copyright 2017 Selbsteinwechslung | M.A. Michael Tettke | Certified Senior Project Manager (GPM) | Osterbekstrasse 84b | D-22083 Hamburg | Germany | [email protected] | http://www.selbsteinwechslung.de </span></br><span style=”font-size: 10px;”>Concept, Design & Implementation | Ulf Meyer | Art- & Creative Direction | [email protected] | http://www.ulf-meyer.com </span>
And it would be great if we can adjust as well the line hight to 12px…
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-copyrights-text span span { line-height: 12px; clear: both; display: block; }
Great – works perfect. Thanks for the fast and good support.
You are most welcome here 🙂