Different using of copyright section
Hi,
I used copyright section as Language switcher and contact info. you can see here: http://egemenlegal.net/
But there is a problem on mobile. Can you help me about it? I want to see one line at mobile like desktop.
It can be a picture also.
Thanks so much
Thats the codes:
<span>
<table>
<tr>
<th>
<a href="#"><img src="http://egemenlegal.net/wp-content/uploads/2015/09/tr.png" style="width: 18px"> </a>
</th>
<th>
<a href="#"><img src="http://egemenlegal.net/wp-content/uploads/2015/09/uk.png" style="width: 18px"> </a>
</th>
<th>
<a> © Egemen 2015 </a>
</th>
<th>
</th>
<th>
<a>Tel:+90.216.449.00.94</a>
</th>
<th>
</th>
<th>
<a>Sadıkoğlu 3 İş Merkezi, Eğitim Mahallesi Poyraz Sk. No:28 D:15 Hasanpaşa 34722 Kadıköy İstanbul Turkey</a>
</th>
</tr>
</table>
</span>
Comments
please do not use table tags and instead please build footer content on div's if you want to align them properly on mobile devices.
Thanks!