Archived topic
Trying to emulate the GeneratePress website
2 replies · Started by Charles on July 11, 2019
I like the look of the GeneratePress Website and was trying to emulate it and do something similar. Is there any general documentation on how you achieved this using your program? For me it is a great way to learn.
I am especially intrigued by how you have two images in the element header and the text "The perfect lightweight theme for your next project." How did you do this? And how did you make it responsive? It looks excellent.
Hi there,
Our site is built with custom HTML basically from scratch (with GP of course).
You can achieve something like that using flexbox. Something similar to this solution but with 2 columns:
https://docs.generatepress.com/article/split-header-three-sections/
The best way to see how it work is to use browser inspect tool so you can exactly what HTML and CSS were used:
https://www.screencast.com/t/KGSU44dA0Q
Let me know if this helps :)