Font Metric Fine-Tuning

/* MONTSERRAT: DEFINITIVE FONT METRIC OVERRIDES */ @font-face { font-family: ‘Montserrat Fallback’; size-adjust: 95.63%; ascent-override: 99.6%; src: local(‘Arial’); } @font-face { font-family: ‘Montserrat’; font-display: swap; src: url(‘https://possiblethis.com/wp-content/uploads/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w7Y3tcoqK5.woff2’) format(‘woff2’); } /* DM SANS: DEFINITIVE FONT METRIC OVERRIDES */ @font-face { font-family:…Continue reading

Crossword Grid Fix (CSS)

/* ———- Responsive Crossword Grid Fix ———- */ /* Ensure table does not collapse */ .crossword-grid { table-layout: fixed !important; border-collapse: collapse !important; width: min(90vw, 450px) !important; /* responsive width */ margin: 0 auto !important; } /* Each table cell…Continue reading

Stijl extra pasafspraak damore etc (copy)

.single .summary .pasafspraak { margin-top: 40px; display: inline-block; width: 100%; height: 65px; line-height: 65px; text-align: center; color: #fff; background-color: #E0AEAE; text-transform: uppercase; } .single .summary .pasafspraak:hover { background-color: #F06292; } .woocommerce .br_alabel span { background-color: #F06292 !important; } .collecties a:hover…Continue reading

rd-menu-visual-fix.css

/* ————————————————————-    WPCODE SNIPPET: MOBILE MENU VISUAL FIX (Self-Contained)    Forces menu visibility, background, and text color when active    (AESTHETICALLY FLIPPED TO NEON GREEN GLOW)    ————————————————————- */ /* Define necessary colors globally for the snippet to use…Continue reading

Gravity form styles

/****************************************************** YELLOWDOG Gravity Forms — Stable CSS v2.1 ******************************************************/ /* —————————— 1. GLOBAL TYPOGRAPHY —————————— */ body .gform_wrapper, body .gform_wrapper * { font-family: inherit !important; } /* Field labels */ body .gform_wrapper .gfield_label { color: var(–white) !important; font-size: var(–text-m) !important;…Continue reading

stackCards CSS

.js-stack-cards { position: relative; height: 300vh; } .js-stack-cards .uk-container { position: sticky; top: 50%; transform: translateY(-50%); height: 400px; } /* Base style */ .js-stack-cards__item { position: absolute; top: 0; left: 0; width: 100%; border-radius: 8px; padding: 40px 20px; background: #eee;…Continue reading

Footer Page Liinks Horizontal CSS

/* Clean, minimal footer navigation */ .footerpageslinks { display: flex; justify-content: center; align-items: center; gap: .2rem; /* space between items */ list-style: none; margin: 0; padding: 0; font-family: var(–global-body-font, “Inter”, sans-serif); font-size: 12px; letter-spacing: 0.3px; margin-top:10px; } .footerpageslinks li {…Continue reading