Hi
I wanted to know How to remove space between Menu and Hero position as shown in figure.
Thanks in advance.
Best Regards
codeforya Hi Add this code in custom.css file and reduce the padding value as per needs
.t3-header + .t3-hero .acm-features { padding-top: 289px; }
Thank you so much Pankaj. Really appreciate the swift response.
codeforya You are welcome sir!