Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
24 views

My layout consists of blocks, each block contains images. Blocks as well as images should wrap if needed to take up the least amount of space possible. It needs to be responsive and fully dynamic. I ...
Beta Carotin's user avatar
  • 1,675
-1 votes
0 answers
36 views

I'm building an analytics dashboard with variable-height cards (e.g., text metrics vs. embedded charts). Using CSS Grid's auto-fit for responsiveness works on desktop, but resizing causes uneven gaps ...
Arshdeep Kaur's user avatar
Advice
0 votes
0 replies
53 views

My professional experience in tech has mostly been on the back-end, but I've been trying to learn more about front-end technologies like React so that I have more tools at my disposal. Broadly ...
Always a Newb at Something's user avatar
1 vote
1 answer
79 views

I have created my hamburger icon with the aid of css but when i tap it it doesnt drop down the navlinks , rather the nav-links cover the page when the screen reduces. As im a beginner in js i think ...
Agwaraonye vivian's user avatar
0 votes
1 answer
69 views

I have created a site using React with TailwindCSS v4.1.16. When running the site in dev mode (npm run dev), the responsive design is working and I can see the changing formats when I resize my screen ...
myers96's user avatar
0 votes
0 answers
41 views

I'm implementing Stripe's Embedded Checkout in a React Native app using Expo with web support. The checkout form renders successfully, but the input fields are not responsive - they don't scale or ...
mks's user avatar
  • 1
0 votes
0 answers
26 views

I used a custom grid structure. Not only it doesn't work as I want on different screen sizes, but also the widget I defined externally does not fit into different grid structures. Here index.jsx: this ...
Numan Suzer's user avatar
2 votes
1 answer
91 views

Summary: Existing CSS code for setting an HTML element's width to 100% of viewport width fails when tailwindcss is added. For an element who's display is set to display: flex; the children being ...
Ishan Sathe's user avatar
0 votes
1 answer
89 views

I'm building a Flutter app that runs on both mobile and desktop platforms, and I'm struggling with implementing responsive navigation that behaves differently based on the platform. Current Setup // ...
Adrien Gannerie's user avatar
1 vote
0 answers
158 views

I have this CSS: div#appointmentsCont { width: 80%; max-width: 320px; min-width: 554.5px; } div#appointmentsCont h3 { font-size: clamp(19px, 3vw, 24px); } The <h3> is inside ...
Stefano Quaranta's user avatar
1 vote
0 answers
91 views

I'm developing an email template with MJML and I'm trying to resolve some inconsistencies in Outlook desktop on Windows. My understanding is that MJML generates conditional wrapper tables with a fixed ...
Jos's user avatar
  • 11
1 vote
1 answer
85 views

I’m working on a design where I have an S-shaped SVG curve as part of a background behind a containing text and buttons. You can see in my screenshots what I’m trying to achieve: First image: This is ...
rappluk's user avatar
  • 25
1 vote
1 answer
72 views

I’m trying to create a responsive layout using CSS Grid. The grid should have a header, main content, and a footer. I’m using grid-template-areas combined with auto-fit and minmax() to make the layout ...
Mohammad's user avatar
1 vote
0 answers
65 views

I'm working on an application in flutter, and am having a hard time implementing my UI designers figma design in flutter, using a responsive layout. The designer came up with this: And I was able ...
Evan R.'s user avatar
  • 1,264
0 votes
1 answer
125 views

I’m building a floating chat widget that can be Minimized (small) size: 400 × 600 px (bottom-right corner) sidebar is collapsed (≈ 30 px) and can be toggled open to 100% when the user closes / re-...
Developer Account's user avatar
0 votes
0 answers
56 views

I'm implementing a complex Kanban board with virtualization and facing several challenges. The board has M rows (sections) and N columns (statuses), where each cell makes its own API call to fetch ...
DIWYANSHU KANTHWAL's user avatar
0 votes
0 answers
19 views

So I'm working with Next.js building an e-commerce store. It's my first fullstack project so it's kinda a big deal for me. Problem is, after i did the responsiveness for mobile screens (max-width: ...
sagittaerys_'s user avatar
1 vote
0 answers
98 views

I’m creating a glass-morphism progress bar made of 10 stacked slices, each with its own backdrop-filter: blur(). It renders perfectly on desktop Chrome/Edge, but on high-DPR mobile screens (Safari iOS ...
MNBLabs's user avatar
  • 116
0 votes
1 answer
75 views

On our website we currently have the Jquery date picker implemented, but my boss would like it if the calendar could just be active the whole time without the user needing to click on it to get the ...
Heather's user avatar
  • 31
-1 votes
1 answer
122 views

I am building a desktop-like interface in HTML/CSS and trying to recreate a Windows-style taskbar. I want the taskbar to behave like in Windows: When many windows/apps are open, the taskbar fills up ...
JRichter's user avatar
1 vote
0 answers
62 views

I'm building a custom WordPress theme and trying to apply some mobile-specific CSS using media queries. Here's an example of what I'm using: @media (max-width: 700px) { /* mobile styles */ ...
Vishnu Kodidala's user avatar
0 votes
1 answer
80 views

I'm developing a javafx application for a university project. However, I realized that I can't create truly responsive applications without being able to change the order of my elements on the scene. ...
Devma's user avatar
  • 189
0 votes
1 answer
262 views

I’m working on a CSS lab task where we had to make a webpage responsive using media queries. One of the bonus challenges was to add a toggle button for the navigation menu on mobile and I’ve been ...
Phurten Jang Sherpa's user avatar
0 votes
1 answer
92 views

The banner contains a logo image and a search box. For viewports > 800px wide, the logo should be left-justified and the search box should be right-justified within the banner. For narrower ...
Chap's user avatar
  • 3,855
2 votes
0 answers
76 views

Question: I’m working with Swiper.js slider and have a hover effect on each slide where the slide grows in size and moves upward, overflowing outside the main slider container. My goal is: On hover, ...
ِahmed issa's user avatar
0 votes
1 answer
125 views

I'm working on my personal website called stellarfacts.com, I've been building it since September. I use two different types of banners, image and video banners. They look good on desktop, but on ...
Explorer's user avatar
0 votes
1 answer
62 views

I’ve searched quite a bit, but none of the other resources matched the specific CSS structure I have. No matter what I tried, my layout never became responsive. I’m very new to CSS and still learning ...
JRichter's user avatar
0 votes
1 answer
43 views

I'm struggling a bit about this code below describing the basic layout of a React / Material UI layout with a toolbar and a sidenavbar. The burger button in the toolbar currently toggles the drawer ...
Sav' O'Annah's user avatar
0 votes
2 answers
89 views

I'm using the following CSS to restrict the content area width of a website to between 320px and 720px: body { min-width: 368px; max-width: 768px; padding-left: 24px; padding-right: ...
user200783's user avatar
  • 14.5k
1 vote
1 answer
287 views

I've built a simple web application using React, and I'm running into an issue with a <textarea> input box. The textarea is set up to allow scrolling when the content overflows, which works fine ...
Ashritha Shankar's user avatar
2 votes
1 answer
59 views

I wrote this code in CSS: /* Extra small devices (phones, 480px and down) */ @media only screen and (max-width: 480px) { body { background-color: red; } } /* Small devices (portrait ...
Nuho Zubaed Salam's user avatar
-2 votes
1 answer
58 views

Probably not the best way to ask what I'm asking but I don't really know how else to say it. I have this recreation of the sega.com website from 1996. I tried to remake the layout without using tables ...
segadick's user avatar
2 votes
2 answers
73 views

Is there a way to make slanted div on the right side and have rounded corners ? I'm a bit stubborn, so I spent way too much time on this, trying different ways. the following is based on a question ...
HypeWolf's user avatar
  • 872
0 votes
0 answers
162 views

Components appear well-sized on some devices but overflow or appear too small/large on others. Text sizes and spacing often look unbalanced on smaller vs. larger phones. react-native-responsive-...
Fardeen's user avatar
-1 votes
1 answer
44 views

I have the following design: .cuadro-valores { z-index:10; position:relative; background-blend-mode: multiply; } .grid { display: grid; grid-template-columns: 50px 550px; grid-template-...
Arti's user avatar
  • 1
-1 votes
2 answers
48 views

I had the idea to use responsive font-size in CSS, so that the font size would depend on the viewport width, but be limited for minimum and maximum size, like this: @property --font-size-norm { ...
U. Windl's user avatar
  • 4,748
0 votes
0 answers
87 views

I'm using the PrimeNG Carousel component in my Angular application. I've configured the responsiveOptions to adjust the number of visible items based on screen size. However, I've noticed that the ...
Venura Warnasooriya 's user avatar
0 votes
1 answer
27 views

I'm following a NextJs Tailwind tutorial and from what I see, I have the exact same code but it's erroring on the useScreenSize() hook. Here's the hook: "use client"; import { useEffect, useState } ...
D.Hodges's user avatar
  • 2,119
0 votes
2 answers
46 views

It is my first attempt us use responsive design using grid templates, following some example code I found. However my elements just use one grid cell, even if multiple contiguous cells use the same ...
U. Windl's user avatar
  • 4,748
1 vote
2 answers
142 views

I upgraded my Angular app from version 7 to 18. After the upgrade, the @angular/flex-layout package stopped working. My app is no longer responsive — all fxLayout, fxFlex, etc., have no effect. I ...
Pravin Mali's user avatar
0 votes
1 answer
124 views

I have a Next.js application with a collapsible sidebar and a shared layout. When the sidebar expands or collapses, I want the main content of my pages to always remain horizontally centered within ...
J_Max's user avatar
  • 35
1 vote
1 answer
135 views

I've been doing some testing with print CSS, and getting wildly different results in different browsers. Considering the example below, Safari prints "This viewport is more than 1200px" ...
Lennart Schoors's user avatar
0 votes
0 answers
47 views

I have a couple of projects working with scroll based animations. But whenever I deploy them and view them on a mobile device, the scroll never reaches full. It's always a couple of pixels short and ...
TeDi's user avatar
  • 57
1 vote
1 answer
74 views

Hey all — I'm building a custom website and I'm running into a weird issue on mobile devices (tested on iPhone and Android). Issue Page loads fine — navbar and hero section appear immediately After ...
mizzy's user avatar
  • 111
0 votes
1 answer
69 views

I'm working on attempting to replicate this gallery: https://preview.themeforest.net/item/core-minimalist-photography-portfolio/full_screen_preview/240185 I have some code that works for me on my ...
user7599271's user avatar
0 votes
0 answers
25 views

I'm building a book reader in React Native where the content is stored in segments (e.g., every 100 words) in a database. However, device resolutions and orientations vary so much that hardcoding a ...
Chaosmordoru's user avatar
1 vote
2 answers
101 views

I'm creating a web UI where I have one large area of main information, and three sidebar areas. Two of the sidebars are narrow, and one is wider. On a wide enough display, I want to show them like ...
Chowlett's user avatar
  • 47k
-1 votes
1 answer
51 views

I am working on a hero section where I need to: Have a background video covering the full screen. Overlay an iceberg image on top of the video, positioned properly at the bottom. Ensure text is ...
Prasad Gudipalli's user avatar
2 votes
2 answers
57 views

5 children elements equal widths varying heights I would like to do EXACTLY what flex wrap row does, but VERTICALLY. .container { display: flex; flex-wrap: wrap; flex-direction: column; ...
Anne Sermee's user avatar
0 votes
0 answers
81 views

I'm developing a Flutter web application and testing it on my phone. When I open the keyboard, some parts of the background appear above the keyboard, instead of keeping the screen widgets in place. ...
Malek Aldebsi's user avatar

1
2 3 4 5
350