Hello Team,
I am using an 1/1 element with an image as background so I can put text in there.
The 1/1 element has 50 padding, how do I remove it so it will be directly below the main menu instead of a gap.
thanks
Hey WolfvanHaeren!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#after_submenu .content {
padding-top: 0;
}
Regards,
Yigit
Perfect, thanks