Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1016556

    Hi,
    I want to center the content of my socket footer but it not work, which code should I insert to allow this ?
    Many thanks in advance,

    #1016578

    Hey sitadi,

    Please add this code to the quick css field

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

    Best regards,
    Peter

    #1016921

    Thank you for your help.
    However I do not understand why the second line remains aligned to the left ?

    #1016941

    Hi,

    Please try this instead:

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

    Best regards,
    Rikard

    #1016945

    That’s perfect, thank you very much.

    #1016971

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1016974

    You can close, thank you.

    #1016983

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Center the content of the socket footer’ is closed to new replies.