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

Try to fix it. Watch it refuse.

Five failures the blog covers, each one the obvious fix that doesn’t work. Try one, then find out what was actually winning.

search bar

Read other posts

CSS Cascade Conflicts

CSS Transition Not Working? Here’s How to Find What’s Blocking It

You set the transition. You hovered over the element. It snapped straight to the end state with no motion at all, like the line you wrote isn’t even on the page. Or the entrance animation that played fine in the builder preview is dead on the live site, the section just sitting there, fully visible, […]

Read article

Specificity & Cascade

CSS specificity calculator: which style rule wins

There’s a moment that happens on almost every site with more than a handful of plugins or a page builder involved. You add a CSS rule. You save it. You refresh. Nothing changes. Someone, somewhere, tells you it’s a “specificity conflict.” They send you to a calculator. You paste your selector in, you get a […]

Read article

CSS & Visual

CSS border not showing: why your border disappeared and how to find the override

You added a border. You saved, refreshed, cleared the cache. The border isn’t there. Or it was there last week, and now it isn’t, and you haven’t touched that element since. That’s not a mistake on your end. That’s a visibility problem. Something in the CSS is overriding the border you set, and without a […]

Read article

CSS & Visual

Inspect Element: How to Use It Without Knowing CSS

The first time I opened Inspect Element on a live site I was managing, I groaned. Not quietly. There was this panel full of text and crossed-out lines and values I didn’t recognize, and somewhere in there was the answer to why a section wouldn’t sit where I needed it to sit. I could not […]

Read article

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

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