Archived topic
How Do I Raise the Form - Trade Template
10 replies · Started by Josh on May 19, 2019
Hello,
I'm trying to push my form higher up the page. Can you assist? I'll take screenshots so you can see what I'm trying to do.
Here's the site - https://maymarketing.co/
Screenshot - https://docs.google.com/document/d/1uuLCDis_n5ZyyWH79yLMhRPLSXRcEAUevBT_LhaFUk4/edit?usp=sharing
Thanks,
Josh
Hi there,
in Appearance > Elements find the Header element assigned to the Home Page. Edit that and reduce the bottom padding.
https://docs.generatepress.com/article/header-element-overview/
Hi,
Yes, I know. I'm trying to move the form up on the page not shrink the hero image so the whole page moves up.
Is there a way to do that?
Thank you,
Josh
The Beaver Builder section has a negative margin of -180px - you can increase that within the BB settings for that content.
I can't find it. Could you share the steps to get there?
Thank you,
Josh
Found it.
Glad to hear that :)
Thank you.
One last question. How do I change the neon green underline color in the header copy?
That's controlled by this CSS in the Additional CSS field in the customizer:
.hero-scroll a {
color: #ffffff;
border-bottom: 6px solid #21bfd1;
transition: all 0.6s ease 0s;
}
This worked, thank you.
Glad we could help :)