Home Forums WoodMart support forum wd-pf-button Reply To: wd-pf-button

#347529

Hello,

Please delete all the custom CSS provided above and add this one:

.wd-pf-btn {
	flex-grow: 1;
	flex-basis: 200px;
}
.wd-pf-btn button {
	width: 100%;
	max-height: 42px;
}
.sidebar-container .wd-pf-btn button {
	max-height: none !important;
}

Please add this code to the Theme Settings > Custom CSS > Global.

Best Regards