Home Forums WoodMart support forum Issue with Sticky Add to Cart Reply To: Issue with Sticky Add to Cart

#282374

Bogdan Donovan
Keymaster

Following part on screenshot (http://prntscr.com/11c0nie) need to be replaced with:

@media (max-width: 575px) {
	.wd-sticky-btn .lumise-customize-button {
		border-radius: 0;
		width: 100%;
		padding-left: 90px;
	}
}

And this (http://prntscr.com/11c0q2b) part with this code:

.main-footer .wd-lazy-load {
	width: auto;
}

Kind Regards