How it works What it captures Compare Pricing Blog Join the waitlist
The Loupely Lens blog

Four rules, one button. Watch which one wins.

Toggle the rules on and off. The button takes whichever one the browser actually applies, not the one you'd expect.

Read: which style rule wins

CSS & Visual

CSS Position Sticky Not Working: The 3 Reasons Nobody Mentions

You set position: sticky. You added top: 0. You saved. You refreshed. The element scrolled right off the page like the property meant nothing to it. So you went looking, and every answer said the same thing: make sure you added a top value. You did. It’s still not working. This is what CSS failing […]

Read article

CSS & Visual

Shopify button wrong color after changing theme settings: what’s overriding it

You went into your Shopify theme settings and changed the button color. You saved. You refreshed the storefront. The button is still the old color. So you went back in and changed it again, to something obviously different this time, just to know for certain whether it worked. You saved again. Still the old color. […]

Read article

CSS & Visual

Elements overlapping on your website: what’s actually causing it

Two elements sitting on top of each other. You can see it. Your visitors can see it. And you’ve tried everything you can find. This is one of the failures that doesn’t just make you question your CSS. It makes you question your ability to Google a CSS problem. That’s supposed to be the fallback, […]

Read article

CSS & Visual

How to center a div in CSS: every method explained (including why yours isn’t working)

At some point, you tried to center something on your website. A search bar that sat stubbornly to the left. A section that refused to land in the middle no matter what you did in the page builder. Something that was almost centered but not quite, and you couldn’t figure out why. I have been […]

Read article