Site logo

Archived topic

copyright message

21 replies · Started by Leo on August 1, 2022

Viewing posts 16–22 of 22

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.

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

Hi Leo,

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

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

Try this CSS:

.copyright-bar {
    text-align: right;
}

Thank you, Ying! Now, everything is perfect!

Regards,

Leo

You are welcome :)

This archived topic is closed to new replies.