i\'m designing a website with joomla and using the bootstrap framework. Now i have a problem by my footer. Basically i use a simple grid layout and i want the content part o
I do this and it is right:
@media(max-width:500px){ .footer{ float:left; width:109%; margin-left:-5%; } }