Copyrights line with break (2 rows)

Home Forums Jevelin Theme Copyrights line with break (2 rows)

Home Forums Jevelin Theme Copyrights line with break (2 rows)

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    RESOLVED Posts
  • Ulf Meyer
    Participant

    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 &amp; Umsetzung: Ulf Meyer | Art- &amp; 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

    Ulf Meyer
    Participant

    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

     

    Ulf Meyer
    Participant

    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- &amp; Creative Direction | [email protected] | http://www.ulf-meyer.com </span>

    Ulf Meyer
    Participant

    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;
    }

    Ulf Meyer
    Participant

    Great – works perfect. Thanks for the fast and good support.

    You are most welcome here 🙂

    Demetris
    Participant

    Hi there,

    That not work in my site.  I have create a paragraph but the text not change line.

    • This reply was modified 3 years, 7 months ago by Demetris.
    • This reply was modified 3 years, 7 months ago by Demetris. Reason: Upload more Attachments
    Attachments:
    You must be logged in to view attached files.
Viewing 9 posts - 1 through 9 (of 9 total)