[Resolved] copyright message

Home Forums Support [Resolved] copyright message

Home Forums Support copyright message

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #2304514
    David
    Staff
    Customer Support

    Oops – i missed that.
    Try this CSS:

    @media (max-width: 768px) {
        .site-info .copyright-bar {
            text-align: right !important;
        }
    }

    For CSS i would use the Customizer > Additional CSS, that way you can see the changes made in the Customizer.

    For PHP codes then the Code Snippets plugin IF you have no Child Theme.

    #2304564
    Leo

    Thank you, David! I hate to say this but, while the copyright information on the top bar as well as in the footer is now right aligned on my tablet and on my mobile phone, it is now centered in the footer (but still right aligned onthe top bar). I just don’t get it. Would you mind having another look (www.myberlin.nl)?

    Thank you also for the information on CSS and PHP!

    Regards,

    Leo

    #2304618
    Ying
    Staff
    Customer Support

    Hi Leo,

    Can you tell me what alignment you are trying to achieve for the copyright text on desktop/tablet/mobile?

    #2304630
    Leo

    Hi Ying,

    Thank you for getting back to me. What I am trying to achieve is to have the copyright information right aligned throughout (so: both in the top bar and in the footer – for computer, tablet and mobile phone alike). For some reason the copyright message in the footer is centered when the website is opened on a PC, but it is (correctly) right aligned when opened on a tablet or a mobile phone.

    Of course, it is only a minor thing, but I really would like to have it consistent.

    Many thanks for your help.

    Regards,

    Leo

    #2304651
    Ying
    Staff
    Customer Support

    Try this CSS:

    .copyright-bar {
        text-align: right;
    }
    #2304666
    Leo

    Thank you, Ying! Now, everything is perfect!

    Regards,

    Leo

    #2304733
    Ying
    Staff
    Customer Support

    You are welcome 🙂

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.