Hi,
could you help me to check there are too much space in the red area
refer to the following picture
Hi paulchiao!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-57 .content {
padding-top: 20px;
}
Regards,
Yigit
thanks Yigit
Hi Yigit
Could you let all the pages have the same spacing as page-id-57 ?
Hi!
just try to remove the id:
.page .content {
padding-top: 20px;
}
Regards,
Andy
thanks