Skip to main content

All Questions

Tagged with
1 vote
1 answer
54 views

how to have <img> shrink instead of ever having y-overflow occur when page is too short

this question might seem trivial but with 3 years of frontend development experience I am failing at this. I created a minimum reproducible example. this is my code of the example. For viewing it, I ...
Quick Maths's user avatar
0 votes
1 answer
264 views

How do I use CSS grid to get items to span multiple grid columns based on their native width?

I'm displaying a list of items in a css grid with a maximum number of columns. The items' content varies in size, and if it doesn't fit into one column, I want the items to span multiple ones, up to ...
executor21's user avatar
  • 4,592
0 votes
0 answers
21 views

How to create layouts where everything is resized to remain visible (no scroll bar)?

I am trying to build a web application without page overflow (everything contained in the viewport). There must be something stupid I don't understand or missed, but if I try to create a very simple ...
Sebastien's user avatar
0 votes
0 answers
15 views

Resolving Flutter Card Layout Issue

The card that I have coded works perfectly fine when a screen is in normal size, I am just testing UI with a bit smaller screeens. The UI is actually just fine, but not responsive and kind to ...
Ali Jawad's user avatar
  • 296
0 votes
2 answers
128 views

Trouble to Make a Chat Box Responsive for Smaller Screens

I'm working on a chat box UI, and I'm having trouble making it responsive for smaller screens. I want the chat section to be responsive, meaning that it should automatically adjust its layout to fit ...
Alsiro Mira's user avatar
0 votes
0 answers
12 views

responsive layout styles not being consistently applied when reopening the live server

I am able to make a little responsive layout for mobile at 374px.I adjusted all the headings,text font-size according to the mobile layout.The problem is that when i close the live server and then ...
Muhammad Masood's user avatar
0 votes
1 answer
40 views

resolving this responsiveness frontend bootstrap

I want the "stats-item" responsive and display them in two columns on mobile view, not 1 column Desktop View: Mobile View: Here is my HTML, I have utilized the HTML class <div class=&...
witch's user avatar
  • 1
-3 votes
1 answer
114 views

How to design this to be responsive on Flutter

What is the best practice to design this in Flutter and to be responsive on all devices.enter image description here I am trying to design it but I don't get it as expected, not responsive on all ...
Khaled Dokhan's user avatar
0 votes
1 answer
27 views

Layout is not really responsiv

I am currently facing a problem. My grid items move around or the layout doesn't appear as intended when I resize the browser window or activate a different toolbar. How can I change this for a ...
xaccsx's user avatar
  • 1
0 votes
1 answer
34 views

bootstrap column layout in different size containers

Lets say that I've created some components that use the bootstrap columns for layout. Those components render well as long as I've set them inside a screen-wide container. ie: <div class="...
majestiq's user avatar
  • 555
-1 votes
1 answer
33 views

Unable to make responsive aligment

Screenshot (The layout i look for) : My codes body { background: #000000 50% 50%; overflow-x: hidden; overflow-y: hidden; } .video{ margin: ...
Sted's user avatar
  • 103
-3 votes
1 answer
183 views

Two column layout - content one colulmn centered but the other column top aligned to the top of the centered content

I'm looking for a way to create this two column layout, the content on the right is centred horizontally and vertically but the content on the left is centred horizontally and vertically aligned with ...
Kevin Neal's user avatar
1 vote
3 answers
2k views

In SwiftUI, is there a simple way to size the children with non-fixed size as a factor of remaining space available? (Flex Factor)

Here's what I need to do: I have a parent view with a fixed width and 4 children. 2 of the children (1st and 3rd) have fixed width. The others (2nd and 4th) have flexible width. The default ...
Tiago Peres França's user avatar
9 votes
2 answers
958 views

Horizontal full width with overflow in vertical flexbox

I'm trying to create a flexbox that is both horizontally as vertically scrollable in case its needed. It's kind of a table layout in flexbox. In the picture below you can see the concept that I'm ...
markieo's user avatar
  • 474
0 votes
2 answers
129 views

Responsive layout solution

I've been trying all kinds of stuff to solve this (grids / floats / flexbox...), but cannot find the right solution. There's always some obstacle. The page follows a simple layout of 5 elements, ...
maeros's user avatar
  • 99

15 30 50 per page
1
2 3 4 5 6