Laptop Riser
/* ========================================================= NMPE - Laptop Riser Brand accent: #ADC4C2 ========================================================= */ .nmpe-pd { --nmp e-accent: #ADC4C2; --nmpe-dark: #0e3b3b; --nmpe-text: #243838; --nmpe-soft: #f5f8f8; --nmpe-border: rgba(14, 59, 59, 0.12); --nmpe-warning: #fff8e8; --nmpe-warning-border: rgba(152, 111, 20, 0.22); width: 100%; color: var(--nmpe-text); font-size: 1rem; line-height: 1.65; } .nmpe-pd *, .nmpe-pd *::before, .nmpe-pd *::after { box-sizing: border-box; } .nmpe-pd h2, .nmpe-pd h3, .nmpe-pd h4 { color: var(--nmpe-dark); letter-spacing: -0.015em; } .nmpe-pd h2 { margin: 0 0 14px; font-size: clamp(1.45rem, 3vw, 1.9rem); line-height: 1.2; font-weight: 850; } .nmpe-pd h3 { margin: 0 0 8px; font-size: 1.2rem; line-height: 1.3; font-weight: 800; } .nmpe-pd h4 { margin: 0 0 6px; font-size: 1.04rem; line-height: 1.3; font-weight: 800; } .nmpe-pd p { margin: 0 0 14px; } .nmpe-pd strong { font-weight: 800; color: var(--nmpe-dark); } /* INTRO */ .nmpe-pd__intro { margin-bottom: 28px; } .nmpe-pd__eyebrow { display: inline-flex; align-items: center; padding: 7px 11px; margin-bottom: 12px; border-radius: 999px; background: rgba(173, 196, 194, 0.3); color: var(--nmpe-dark); font-size: 0.78rem; font-weight: 800; line-height: 1; text-transform: uppercase; letter-spacing: 0.055em; } .nmpe-pd__lead { margin: 0 0 14px; max-width: 900px; font-size: 1.06rem; line-height: 1.65; } /* HIGHLIGHT */ .nmpe-pd__highlight { margin: 22px 0 28px; padding: 20px 22px; border-radius: 16px; background: var(--nmpe-accent); color: #000; } .nmpe-pd__highlight-title { margin: 0 0 6px; color: #000; font-size: 1.08rem; font-weight: 850; line-height: 1.3; } .nmpe-pd__highlight p, .nmpe-pd__highlight strong { color: #000; } .nmpe-pd__highlight p { margin: 0; line-height: 1.55; } /* SECTIONS */ .nmpe-pd__section { padding: 28px 0; border-top: 1px solid var(--nmpe-border); } /* BENEFITS */ .nmpe-pd__benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; } .nmpe-pd__benefit { padding: 18px; border: 1px solid var(--nmpe-border); border-radius: 14px; background: var(--nmpe-soft); } .nmpe-pd__benefit-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 34px; margin-bottom: 12px; border-radius: 10px; background: var(--nmpe-accent); color: #000; font-size: 0.84rem; font-weight: 900; } .nmpe-pd__benefit p { margin: 0; font-size: 0.95rem; line-height: 1.55; } /* LIST */ .nmpe-pd__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; margin: 18px 0; padding: 0; list-style: none; } .nmpe-pd__list li { position: relative; margin: 0; padding: 12px 14px 12px 42px; border: 1px solid var(--nmpe-border); border-radius: 12px; background: #fff; line-height: 1.45; } .nmpe-pd__list li::before { content: "✓"; position: absolute; left: 14px; top: 12px; display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: var(--nmpe-accent); color: #000; font-size: 0.72rem; font-weight: 900; } /* SUPPORT BOX */ .nmpe-pd__support-box { padding: 22px; border-radius: 16px; background: var(--nmpe-soft); border: 1px solid var(--nmpe-border); } .nmpe-pd__support-box h2 { margin-bottom: 12px; } .nmpe-pd__support-box p:last-child { margin-bottom: 0; } /* USE GRID */ .nmpe-pd__use-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; } .nmpe-pd__use { padding: 15px 10px; border-radius: 12px; background: rgba(173, 196, 194, 0.22); border: 1px solid rgba(14, 59, 59, 0.08); color: var(--nmpe-dark); font-size: 0.9rem; font-weight: 750; line-height: 1.35; text-align: center; } /* STEPS */ .nmpe-pd__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; } .nmpe-pd__step { padding: 18px; border: 1px solid var(--nmpe-border); border-radius: 14px; background: #fff; } .nmpe-pd__step-number { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin-bottom: 10px; border-radius: 50%; background: var(--nmpe-accent); color: #000; font-size: 0.9rem; font-weight: 900; } .nmpe-pd__step p { margin: 0; font-size: 0.94rem; line-height: 1.5; } /* TIP */ .nmpe-pd__tip { display: flex; align-items: flex-start; gap: 12px; margin-top: 18px; padding: 15px 16px; border-left: 4px solid var(--nmpe-accent); border-radius: 0 12px 12px 0; background: var(--nmpe-soft); } .nmpe-pd__tip-icon { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--nmpe-accent); color: #000; font-size: 0.8rem; font-weight: 900; } .nmpe-pd__tip p { margin: 1px 0 0; } /* NOTICE */ .nmpe-pd__notice { padding: 20px; border-radius: 14px; border: 1px solid var(--nmpe-warning-border); background: var(--nmpe-warning); } .nmpe-pd__notice-kicker { display: inline-block; margin-bottom: 8px; font-size: 0.77rem; line-height: 1; font-weight: 850; text-transform: uppercase; letter-spacing: 0.05em; color: var(--nmpe-dark); } .nmpe-pd__notice h3 { margin-bottom: 8px; } .nmpe-pd__notice p:last-child { margin-bottom: 0; } /* SPECS */ .nmpe-pd__specs { margin-top: 18px; border: 1px solid var(--nmpe-border); border-radius: 14px; overflow: hidden; background: #fff; } .nmpe-pd__spec { display: grid; grid-template-columns: 190px 1fr; gap: 18px; padding: 13px 16px; border-bottom: 1px solid var(--nmpe-border); } .nmpe-pd__spec:last-child { border-bottom: 0; } .nmpe-pd__spec:nth-child(even) { background: rgba(173, 196, 194, 0.08); } .nmpe-pd__spec-label { color: var(--nmpe-dark); font-weight: 800; } /* WARRANTY */ .nmpe-pd__warranty { display: flex; align-items: flex-start; gap: 16px; padding: 20px; border-radius: 16px; background: var(--nmpe-accent); color: #000; } .nmpe-pd__warranty-icon { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.35); color: #000; font-size: 1.1rem; font-weight: 900; } .nmpe-pd__warranty h3 { margin: 0 0 5px; color: #000; } .nmpe-pd__warranty p, .nmpe-pd__warranty strong { color: #000; } .nmpe-pd__warranty p { margin: 0; } /* FINAL */ .nmpe-pd__final { margin-top: 28px; padding: 24px; border-radius: 18px; background: var(--nmpe-dark); color: #fff; } .nmpe-pd__final h2 { margin-bottom: 10px; color: #fff; } .nmpe-pd__final p { margin: 0; color: #fff; opacity: 0.95; } /* MOBILE */ @media (max-width: 749px) { .nmpe-pd { font-size: 0.97rem; } .nmpe-pd h2 { font-size: 1.4rem; } .nmpe-pd__lead { font-size: 1rem; } .nmpe-pd__highlight { padding: 18px 16px; border-radius: 14px; } .nmpe-pd__section { padding: 24px 0; } .nmpe-pd__benefit-grid, .nmpe-pd__list, .nmpe-pd__steps { grid-template-columns: 1fr; } .nmpe-pd__use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .nmpe-pd__support-box { padding: 18px 16px; } .nmpe-pd__spec { grid-template-columns: 1fr; gap: 3px; padding: 13px 14px; } .nmpe-pd__warranty { padding: 18px 16px; } .nmpe-pd__final { padding: 20px 18px; border-radius: 16px; } } Simple adjustable screen height for everyday laptop work Laptop Screen Sitting Too Low? Start by Raising It Off the Desk. Laptops are convenient because the keyboard and screen travel together, but that same design creates a compromise when you use one at a desk for long periods. The Laptop Riser gives you five adjustable positions, raising your device approximately 13cm to 16cm above the desk so you can create a more practical screen position. It is a straightforward, affordable option for home offices, study spaces and everyday laptop work where you simply need more height without a complicated workstation accessory. Five height settings. Approximately 13–16cm of lift. No complicated setup. Raise your laptop screen off the desk and pair it with an external keyboard and mouse for longer work sessions. A Simple Way to Improve a Basic Laptop Setup 5 Five Height Positions Choose between five settings rather than being limited to one fixed laptop height. 16 Up to Approximately 16cm High Raise your device between approximately 13cm and 16cm to suit your desk and viewing position. PVC Durable PVC Construction A practical lightweight structure designed for everyday laptop, notebook and tablet use. GRIP Non-Slip Device Support Contact surfaces help keep a compatible device securely positioned while it is raised on the stand. Why Does Raising a Laptop Screen Help the Workstation Setup? A laptop screen is permanently attached to its keyboard. When the keyboard sits on the desk, the screen may be considerably lower than you would choose if you were positioning a separate monitor. A riser changes that relationship by lifting the entire laptop. For longer periods of work, you can then use a separate keyboard and mouse at desk level while the laptop screen remains raised in front of you. Important for prolonged use Raising the Laptop Also Raises Its Keyboard and Trackpad A laptop stand improves your ability to position the screen, but it does not separate the laptop's built-in keyboard from the display. Once the laptop is raised, its keyboard will generally be higher and further away than ideal for prolonged typing. For longer work sessions, pair the riser with an external keyboard and mouse so your screen and input devices can be positioned independently. Five Settings Let You Fine-Tune the Screen Height The riser provides five positions across an approximate 13cm to 16cm height range. This gives you enough adjustment to respond to differences in desk height, chair position and the laptop itself without adding the complexity of a large mechanical stand. i Don't simply choose the highest setting. Start lower and increase the height until the screen feels comfortable to view from your normal seated position. Particularly Useful for Everyday Laptop Work Home Offices Office Workers Students Small Workstations It is especially useful if you regularly use a laptop at a desk and need a straightforward way to raise the screen without moving to a premium or highly adjustable workstation solution. A Practical Option for Smaller Home Workspaces A good laptop setup does not necessarily require a large dedicated office. The riser measures approximately 27.9cm × 27.9cm, giving your laptop a dedicated raised platform without the footprint of a large desk converter. Pair it with a compact keyboard and mouse and you can create a more practical workstation on a relatively small desk. Suitable for More Than Just Laptops The stand is designed for a broad range of laptops, notebooks and compatible tablets. This can make it useful for study, video calls, secondary-device viewing or other tasks where you want to raise a screen away from the desk surface. i Using an unusually large or thick device? Check that it sits securely on the support points before relying on "universal" compatibility alone. You Don't Always Need the Most Expensive Laptop Stand If your main problem is simply that your laptop screen sits too low, a straightforward adjustable riser may be all you need. This model focuses on the essentials: Five selectable height positions Approximately 13–16cm of screen lift Broad laptop and tablet compatibility Non-slip device support Durable PVC construction Compact 27.9 × 27.9cm footprint Which Laptop Riser in Our Range Is Right for You? 5 Choose This Laptop Riser If... You want a simple, affordable stand with five positions and moderate screen-height adjustment for everyday desk use. K2 Consider the Nexstand K2 If... You need substantially more height, want adjustment up to approximately 32cm or prioritise an exceptionally lightweight travel setup. AL Consider the Aluminium Stand If... You prefer aluminium construction and want a more substantial-feeling desktop stand with eight adjustment positions. PRO Consider a Premium Riser If... You need advanced movement, integrated technology or a more permanent workstation solution. Check the height range Maximum Height Is Approximately 16cm This riser is designed for moderate screen-height adjustment. If your current laptop screen needs significantly more than 16cm of lift, particularly if you are taller or work at a low desk, the Nexstand K2 may be the more suitable option. Choosing the correct height range before ordering is more useful than assuming every laptop stand will suit every workstation. Position the Screen Around You 1 Set Your Chair First Establish a comfortable seated position at the desk before changing the screen height. 2 Select a Riser Height Start with a lower position and increase the height until the screen sits comfortably within your viewing area. 3 Bring Your Keyboard & Mouse Close For longer sessions, position your external keyboard and mouse close enough that you do not need to reach forward to work. A Laptop Riser Helps You Change the Workstation. It Doesn't Create One Perfect Posture. Raising the screen can make it easier to create a comfortable viewing position, but the rest of the workstation still matters. Chair height, desk height, keyboard position, mouse reach and the amount of time spent sitting all contribute to how comfortable your laptop setup feels. Continue changing position, taking movement breaks and adjusting your workstation as your tasks change throughout the day. Product Details Product Type Adjustable laptop, notebook and tablet riser Height Settings 5 adjustable positions Height Range Approximately 13cm to 16cm Length Approximately 27.9cm Width Approximately 27.9cm Material PVC Device Support Non-slip contact surfaces Compatibility Designed for a broad range of laptops, notebooks and tablets Best For Everyday laptop users wanting a simple, affordable adjustable riser Is This Laptop Riser Right for You? ✓ A Strong Choice If... You use a laptop regularly at a desk and want a straightforward, affordable way to add approximately 13–16cm of screen height. ! Consider Another Stand If... You need substantially more than 16cm of height adjustment, specifically want aluminium construction, or require a premium permanent desktop setup. Not Sure Which Laptop Stand Will Suit Your Setup? Use the Ask a Question option on this page and tell us your laptop model, where you normally work and approximately how much higher you need the screen to sit. Our team can help you compare this riser with the Nexstand K2, Adjustable Compact Laptop Stand and the other laptop-support options in our range. ✓ 1-Year Warranty The Laptop Riser is covered by a one-year warranty. If a fault develops during the warranty period, we'll work with you to arrange repair or replacement in accordance with our warranty terms. A Simple Fix for a Laptop Screen That Sits Too Low If you don't need a premium laptop stand and simply want more control over your screen height, this Laptop Riser gives you five adjustable positions, a compact footprint and an easy way to create a more practical desk setup.
More you might like
Related
STARTECH Foldable Laptop Riser Stand | Portable Height Adjus
Related
STARTECH Laptop Stand for Desk | Ergonomic Laptop Stand Adju
Related
suptek Monitor Stand Riser,Monitor Riser,Laptop Stand,3 Heig
Related