Hi everyone! I’m having some weird issue on some of my templates. I realised that in the contact page, when looking at it in a big monitor (in my macbook air looks fine), theres is a big gap between the header and the page content:
But Theres actually nothing there! Just the header - page - contact form. And if I try to move the top padding slider of the page content, doesn’t work! So I tried creating a new template and start again, and the same happened! So weird, does anyone what could be happening?
If you plan on keeping the app, you may either remove display: grid; or, alternatively, change
grid-template-rows: from “auto auto 1fr auto” to “auto auto auto 1fr auto”.
Probably the better option is to have it like this – should be a bit more flexible then using grid
Thank you @tim_1 , I’m not a coding expert so I don’t understand your message too much. Fantastic explanation tho!
So just to recap, should I add that code into the css file or where?? Or maybe should I just add some content below the contact form so the page is bigger?
Yeah, just add the last snippet of the code to the very bottom of the assets/base.css.
Generally, now I do not recommend editing theme code where possible and rather prefer using “Custom CSS” input either in section or theme settings. This will make theme updates easier.