Home › Forums › WoodMart support forum › wd-pf-button › Reply To: wd-pf-button
January 24, 2022 at 2:30 pm
#347529
Elise Noromit
Member
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