For anyone struggling with Fotomatic and looking for some help, I wrote a step-by-step guide on how I approached and completed the project.
Big shoutout to @giofar and @petal who previously shared their solutions, which I found very helpful.
For anyone struggling with Fotomatic and looking for some help, I wrote a step-by-step guide on how I approached and completed the project.
Big shoutout to @giofar and @petal who previously shared their solutions, which I found very helpful.
this is great! thank you for putting this together and sharing
Glad you found it useful!
You are a crack bro! Very thorough guide!
I have a question, how did you find out the height and padding dimensions for the header for the tablet size? it is not shown in the spec and you declared them:
header .content {
height: 4.5rem;
padding: 0 1rem;
}
Thanks for the help!!
Just my best guess, and you’re welcome! Glad it came in handy.
All right then! I imagined so, but I feared I was missing something.
Thabks again!
Hello Bud!
I finally finished my Fotomatic project (at least I’m not investing any more time with it jaja), I used your live website a lot to compare and inspect.
I think there is something missing though.
If you set your window to around 450px, the header viewports start getting messy. Because you have min-width set to 1 in the meta
tag this gets hid, but you still can scroll to the right.
Looks like what is causing this is the #sign-up-cta .content width
property set to rem
I hope this helps.
Saludos!!