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

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

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

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