CSS for Lightbox
.image-gallery { display: flex; flex-wrap: wrap; gap: 10px; /* Add space between thumbnails */ }Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
.image-gallery { display: flex; flex-wrap: wrap; gap: 10px; /* Add space between thumbnails */ }Continue reading
document.addEventListener(“DOMContentLoaded”, function() { const flowchart = document.getElementById(“flowchart”); flowchart.innerHTML = ` How do you plan to use your Lang BBQ Smoker? Residential Competition Commercial What cooking capacity do you need? Small (36” Patio) Large (48” or larger) Back Do you need…Continue reading
/* buddy panel item */ .bb-template-v2 .side-panel-menu li { font-weight: 700 !important; } .bb-template-v2 .side-panel-menu li:not(.bp-menu-item-at-bottom) { margin: 5px 0 !important; } .bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item>a { border-radius: 8px !important; } .bb-template-v2.buddypanel-open .buddypanel .side-panel-inner li:not(.current-menu-item) a i:not(.bb-icon-angle-down) { opacity: 1…Continue reading
/* English font */ html:lang(en) body { font-family: “Inter”, sans-serif !important; } /* Arabic font */ html:lang(ar) body { font-family: “Droid Kufi AR”, sans-serif !important; }Continue reading
#trp-floater-ls { min-width: 100px !important; } #trp-floater-ls.trp-bottom-right { /* right: ‘5%’ !important; */ } #trp-floater-ls.trp-color-light { box-shadow: 0 6px 24px 0 rgba(18,43,70,0) !important; border-radius: 10px 10px 0 0 !important; border: 1px solid #F3F4F6 !important; background: #FFFFFF !important; } .trp-color-light #trp-floater-ls-language-list…Continue reading
((e,p,t,s,n,r)=>e.grp||((s=e.grp=function(){s.process?s.process.apply(s,arguments):s.queue.push(arguments)}).queue=[],s.t=+new Date,(n=p.createElement(t)).async=1,n.src=”https://storage.googleapis.com/grpixel/openpixel.min.js”,(r=p.getElementsByTagName(t)[0]).parentNode.insertBefore(n,r)))(window,document,”script”),grp(“init”,”670″);Continue reading
@media only screen and (max-width: 1024px) and (min-width: 768px) { /* Hauptinhalt leicht verbreitern, damit der Text korrekt ausgerichtet ist */ .with_aside .sections_group { width: 72% !important; /* Bisschen mehr Platz, damit der Text mit dem Männchen abschließt */ float:…Continue reading