Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1258513

    Hey… super simple question for you. Here is the site: http://designsbyriveras.com/

    I’m looking to center the copyright information on the bottom. I can’t find a setting for it on the back end… and every single CSS code I’m throwing at it doesn’t seem to work.

    Thank you so much,
    -Daniel

    #1258517

    Hey Dzimnikov,

    Add this to quick css:

    footer.container_wrap.socket_color{
    text-align:center!important;
    }
    
    #socket .copyright{
    float:none!important;
    }

    Best regards,
    Jordan Shannon

    #1258530

    Perfect! Thank you so much :)

    #1258592

    Hi,

    Bo problem. If you need more help, let us know in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center the Copyright in the socket’ is closed to new replies.