Footer to be centre in mobile mode.

Hello ,

On the website - http://info.pairee.com . I have used the standard copyright and social icon .

I want this to centre aligned in mobile/tablet mode. I have tried to center it with the code as below.

@media only screen and (max-width: 640px) 
{
#Footer .footer_copy .copyright { font-size:10px !important; margin-bottom: 20px; padding-top: 5px; text-align:center !important; }
#Footer .footer_copy .copyright { padding: 0px !important; width: 100% !important; }
#Footer .footer_copy .social li a { text-align:center !important; }
#Footer .footer_copy .social li a:hover { color: #a8a8a8 !important;font-size:20px;  }
}


I still see that copyright is not exactly in the centre. Could you please give me the code to centre it on mobile platform.

Cheers
Sangita


Comments

Sign In or Register to comment.