All Questions
Tagged with responsive layout
75 questions
0
votes
0
answers
18
views
how can I design product card responsive with 2 columns and sequencially they besides one another and keep no gap? [duplicate]
I want a responsive product gallery where product will be shown with two columns in mobile view and there will be no gap between product cards as marked in the below image. css float property makes ...
1
vote
1
answer
56
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 ...
0
votes
1
answer
316
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 ...
0
votes
2
answers
247
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 ...
0
votes
1
answer
42
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=&...
-3
votes
1
answer
117
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 ...
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 ...
0
votes
1
answer
35
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="...
-1
votes
1
answer
34
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: ...
-3
votes
1
answer
184
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 ...
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 ...
9
votes
2
answers
1k
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 ...
0
votes
2
answers
134
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, ...
0
votes
0
answers
195
views
No margin on small device
I have a simple layout like this
Layout1
I use margin-right and margin-left auto to align it.
It looks fine, but I simulated a mobile Phone and if the screen size is small this can happen:Layout2
I ...
0
votes
1
answer
20
views
html/scss - Slideout menu not affecting content block untill a certain point
Note: This problem is only for the desktop version (min-width: 64em)
Codepen demo: https://codepen.io/luffyy/pen/powoLeb
The problem
The menu on de side (purple) should not affect the position and/or ...