Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #805651

    Hello guys!

    I would like to text-align center .copyright div in socket. I tried:

    #socket .container {
    text-align: center!important;
    }

    #socket .copyright {
    float: none!important;
    }

    but it doesn’t work. Can’t figure it out why, because in dev-tools in Chrome works as it should.

    Thank you for your help!

    Best,
    Klemen

    #805654

    Hey PovezujemoSi,

    Please provide a link to the site so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #805658

    Hi,

    Please use the code as following

    .copyright { width: 100%; text-align: center; }

    Best regards,
    Yigit

    #805664

    Thank you. Works perfect!

    #805677

    Hi,

    I am glad Yigit’s solution worked for you. If you need additional help, please contact us here on the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Copyright text-align center in socket’ is closed to new replies.