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

    hello I can’t center the text in the footer on my site https://www.saluteinfamiglia.it/chi-siamo/stefano-campiglio/.

    I used this code in the css but it doesn’t center very well, where am I going wrong?

    #top #wrap_all #socket .container {
    text-align: center;
    }

    #top #wrap_all #socket .copyright {
    float: none;
    clear: both;
    text-align: center;
    }

    thanks a lot for your patience Gianluca

    #1481093

    Hey Gianluca,

    It will center the text between the left edge of the container and the start of the menu on the right. Since the menu is on the right, it would make more sense to have it left aligned in my opinion.

    Best regards,
    Rikard

    #1481123

    You’re right.
    Sorry for my stupid question.
    Have a nice day

    #1481128

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘text in the center of the footer’ is closed to new replies.