Firiye dao sei sonali bikel
It was an amazing journey to the moon.
Client
Kabliwala
Year
2001
Role
Buiness man
Timeline
3 weeks
The Customizer page loads with HTTP 200, no fatal/parse errors, and the “Logo Width” control appears in the page (2 matches — the label and the setting ID in the JS bootstrap data).
What’s in place:
- inc/customizer.php — a new “Logo Width” slider (40–400px, default 160) added to Customizer → Site Identity, right below the existing Logo upload control. It writes the chosen width as a scoped inline style (
.site-brand--logo img { width: Npx; height: auto }) attached to the main stylesheet, so the logo scales proportionally by width rather than being height-clamped like before. - _site-header.scss — the old hardcoded
height: 44pxis gone; the logo now defaults towidth: 160px; height: auto, matching the control’s default and overridden per-site from the Customizer.
Go to Appearance → Customize → Site Identity and you’ll see the new “Logo Width” slider right under the logo — drag it down until your new logo matches the size you want (it uses the “refresh” preview, so the preview pane updates after you release the slider, not live-drag).



