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

Website looks fine on desktop but broken on mobile: how to find what’s different

I was updating a page I’d built from scratch, no page builder, just HTML and CSS, and the comparison table at the center of it looked exactly right on my laptop. Clean columns, clear headings, everything lined up. I sent the link to someone and they said it looked wrong on their phone. I pulled […]

Read article

CSS & Visual

WordPress section won’t center: why your layout isn’t centering

I was building in Elementor on WordPress, trying to center a search bar for BetterDocs, and it would not move. I put it in an Elementor section. I tried a column with a fixed width. I added padding. I added center tags. None of it worked. I gave the element a custom CSS ID and […]

Read article

CSS & Visual

CSS button wrong color: how to find which rule is winning

I am dealing with this right now. The button on my site keeps reverting to my theme’s default color no matter what I do. I tried custom CSS. I tried a child theme. I styled the button directly on the page with CSS and HTML. The button ignored all of it. Every new button I […]

Read article

CSS & Visual

Elementor CSS not applying: why and how to fix it

I was building in Elementor, trying to center a search bar for BetterDocs, and I had about 12 plugins running at the same time. I tried custom CSS in the Advanced tab. I tried giving the element a custom CSS ID and targeting that ID directly. I tried center tags. Nothing worked. I sat there […]

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

CSS & Visual

CSS override not working: how to find which rule is winning and where it came from

You added the CSS. You saved it. You refreshed the page. The element looks exactly the same. I know this feeling specifically. I’ve sat there staring at Chrome DevTools, clicking on elements that look wrong, stuck on something that should take two minutes and somehow doesn’t. I knew a competition was running in the browser. […]

Read article