Home › Forums › WoodMart support forum › Form is not scrolling smoothly › Reply To: Form is not scrolling smoothly
November 17, 2023 at 1:16 pm
#513165
Aizaz Imtiaz Awan
Keymaster
Hello,
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.mfp-move-horizontal.mfp-ready .mfp-with-anim, .mfp-move-horizontal.mfp-ready .mfp-with-anim .summary-inner {
height: 33rem;
}
.wd-sizeguide .responsive-table {
display: none;
}
.wd-sizeguide-content {
margin-top: -40px;
}
Best Regards.