Hi
I’m using the new ‘hide header’ option on some pages, which works great, but how can I reduce the margin from top to start of content?
many thanks
Peter
Hi envapk2!
Can you please post the link to one of your pages with no header?
Best regards,
Yigit
Hi!
Add this to your Quick CSS or custom.css
#av_section_1 .container{
padding-top:0px !important;
}
Best regards,
Arvish
Hi Arvish
That’s works great.
many thanks
Peter