Riching is a SEO agency in Europe that needed a flexible website to publish thought leadership, highlight team expertise, and collect newsletter sign-ups. The client’s goal was to position themselves as trustworthy experts in the SEO industry with a clean, modern layout and a blog system they could update without developer help.
I was responsible for full Webflow development and SEO setup. The design was provided, and I brought it to life while optimizing for responsiveness, load speed, and CMS scalability.
One of the biggest challenges in this project was working with the unconventional, layered layout of some sections — particularly the image-and-text combinations that spanned multiple rows and columns. These elements had to visually “flow” across sections without breaking on tablets and mobile devices.
To handle this, I used absolute positioning within responsive containers, combined with vw
-based padding and clamp()
values to keep spacing consistent at any screen size. It required a lot of precision and testing across breakpoints, but the final result felt cohesive and smooth regardless of the device.
This project really refined my skills in responsive layout logic and CMS-based feature toggles. I gained more experience with building reusable components inside the Webflow CMS, especially around author and blog relationships. I also got more confident working with modern CSS techniques like clamp()
and min/max
functions for flexible spacing without bloating the layout with unnecessary divs.