Reply To: changing breakpoint for footer widgets (in tablet landscape view)

Home Forums Support changing breakpoint for footer widgets (in tablet landscape view) Reply To: changing breakpoint for footer widgets (in tablet landscape view)

Home Forums Support changing breakpoint for footer widgets (in tablet landscape view) Reply To: changing breakpoint for footer widgets (in tablet landscape view)

#191159
Tom
Lead Developer
Lead Developer

Hi there,

You can customize it with this CSS:

@media (max-width: 1024px) {
	.inside-footer-widgets > div {
		margin-bottom: 0;
	}
	
	.active-footer-widgets-3 .inside-footer-widgets > div {
		width: 33.3333%;
	}
}

Let me know if you need more info 🙂