Okay
  Public Ticket #1958333
Centring the copyright on footer
Closed

Comments

  • holaworld started the conversation

    Hi,

    Great theme first of all, love it!

    Is there an easy way to position the copyright in the centre (@576px or more)   instead of the default right or left? I managed to do it with a bit of tweaking the .col-sm-6 class, but perhaps there is a better, proper way of doing it? ;)

    Thanks!

  •  675
    Neuron replied

    Hey,

    You can also build a footer with the footer builder of Bifrost, if that sounds easier to you. I will also provide with Custom CSS below, so you can simply paste it on the Appearance > Customize > Additional CSS.

    @media (max-width: 768px) {
        footer .l-primary-footer__copyright .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
        }
    }

    The CSS will be applied from 768 pixels and smaller, you can change that to any width you'd like.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • holaworld replied

    Works great, thank you! ;)

    Regards,

    Dmitri

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • giraybatiturk replied

    Hi, its not work for me :/ i cannot find any code for that. Can we solve this?

  •  675
    Neuron replied

    Hey Giraybatiturk,

    The following code works only for mobile devices, if you want to apply to all devices, simply remove the max-width.

    footer .l-primary-footer__copyright .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • giraybatiturk replied

    Thank you its works fine.

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.