Hi,
so I created a signup page but I have problems with it
I hid the header but the spacing between the top of site and first element (which is an image in a textblock is far too big. I cut the image to minimum still it appears too low.
You have many topics with somewhat same, but the code solution doesn’t seem to work for me. How to solve it for specifically this page?
Thanks
I added loginstuff in private field
Hey sanjamarinkson,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1879 .avia-builder-el-0 .container {
padding-top:0 !important;
}
Best regards,
Rikard
Hi Rikard,
Thanks I did and it worked :-) Im wondering is possible to move even further up closer to top margin of the page? I can see in CSS code that padding is Zero. Does this mean one can’t bring it closer? If I can, what should it then say in the code?
Hi,
The you would need to add a margin. Start with this:
margin-top:-10px!important;
And go from there.
Best regards,
Jordan Shannon