Home › Forums › WoodMart support forum › HOW TO FIX › Reply To: HOW TO FIX
February 29, 2024 at 8:11 am
#544894
Hung Pham
Keymaster
Hi rami85alnajjar,
Thanks for the new link.
1. Widgets
I see it has been fixed.
2. Spacing between header and content
Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.website-wrapper .main-page-wrapper {
margin-top: 0;
padding-top: 80px;
}
Best Regards.