 
	
		
		
		
		
			
Hi, Is there any way I can get the footer to shrink on mobile.
On mobile i need the footer columns under each other.
Thanks.
Hey SK-RE,
Please add this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) {
  .responsive #top #wrap_all #footer .flex_column {
    width: 100% !important;
    float: none;
    margin-right: 0 !important;
  }
}Best regards,
Nikko
Perfect! Thanks.
Hi SK-RE,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
