Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
15 views

I have a container with multiple items displayed using CSS Flexbox, with flex-wrap: wrap and justify-content: center so that the items are visually centered and wrap responsively. Each item has a ...
Tani's user avatar
  • 1
0 votes
0 answers
23 views

The issue I’m facing is about vertical alignment inside a GrapesJS component, but the problem can be reproduced even without GrapesJS. Here is a small, runnable example showing the exact behavior: <...
Kratos's user avatar
  • 1
-2 votes
0 answers
51 views

In this sample HTML, the child flex item "B" sits next to "A" despite the parent having a flex-direction of column. Removing height: 100% of child item "B", changing the ...
jamieburchell's user avatar
0 votes
1 answer
50 views

I have this little issue but I can't figure out what it is, could someone take a look and enlighten me - basically, I'm building a website with bootstrap and can't figure out why do I have this little ...
DigitalSrc's user avatar
0 votes
1 answer
95 views

I am using the solution given in How to reduce vertical space between items inside flex container? which worked well. But when I added mathjax related item, now alignment is broken for some reason. I ...
Nasser's user avatar
  • 13.2k
0 votes
0 answers
31 views

I’m working on creating a navigation bar that scrolls horizontally. So far, everything is going well. However, when a tab opens a dropdown menu, I want to disable vertical scrolling while keeping ...
Fabrizio Mastrolorito's user avatar
-3 votes
1 answer
67 views

I'am having troubles to add a flexbox with text that wrap when width is not enough large. For example, on large page : Red Blue And on small webpage Red Blue Actually : A horizontal slider is added,...
Capt_'s user avatar
  • 1
0 votes
1 answer
73 views

I am very very new to coding. Right now, I am having issues with keeping the text within a text box when I want 2 different size boxes stacked on top of each other. I need the text to remain inside ...
user31702966's user avatar
1 vote
1 answer
129 views

I am trying to build a page layout with a standard structure: a Header, a Footer, and a main content area that fills the available vertical space. The Goal Inside the main content area, I want to ...
ChengCheng_0v0's user avatar
0 votes
1 answer
47 views

I have a flex layout with some child elements: var coll = document.getElementsByClassName('collapsible-controller'); var i; for (i = 0; i < coll.length; i++) { coll[i].addEventListener('click', ...
Dave's user avatar
  • 103
1 vote
1 answer
102 views

I am using Tailwind CSS in my PHP/HTML project, so the only solution I'm looking for is tailwind. I got the tabs to sit side by side, but unfortunately, when I test on small screens, they still sit ...
CatScript Apps's user avatar
1 vote
0 answers
98 views

If the layout of an <input type="date"> element changes while its modal (the "datepicker") is open, this can in certain circumstances cause the modal to be closed. The ...
Heiko Theißen's user avatar
2 votes
0 answers
36 views

I’m building some native Swift code that uses FlexLayout, which has a dependency on Yoga. When I integrate this with React Native and try to compile, I run into a “duplicate definition” error because ...
Bimawa's user avatar
  • 3,760
0 votes
2 answers
85 views

I have a series of dynamically created 'content' boxes that I need to justify left and flow to a new row depending on screen size. This part is working, however I want to get the div that contains ...
Chris Crawshaw's user avatar
-1 votes
1 answer
58 views

In Angular, I have three components header, lefpanel and router-outlet for all other component data/page need to display. The initial component introduction have some contents, but only partial ...
Reegan's user avatar
  • 349
1 vote
1 answer
110 views

I have a flex container with inline elements. In this example everything is vertically-aligned properly... <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="...
br441's user avatar
  • 55
0 votes
1 answer
42 views

maybe it's just too late on a Friday but I can't get this fixed and can't find an example and I feel like I'm going in circles. I have a row of three containers: A, B and C, where B is a wrapper for ...
CodingNeeL's user avatar
0 votes
2 answers
76 views

I have 5 Elements I want to align in 2 rows, the first row with 3 elements with the same width and in the second row, one element 2/3 width and the other one 1/3 <div class="container">...
yangsunny's user avatar
  • 694
0 votes
1 answer
86 views

I want my canvas to be as large as possible, but keep the aspect ratio. It should work if the screen gets less wide as well as when its height decreses. Basically, I want the screen at the top of the ...
KungPhoo's user avatar
  • 948
0 votes
0 answers
38 views

GitHub Repo I’m building an Expo (SDK 50) app for FullStack Open part10 and testing on the web target. Each row in my list is a horizontal layout: an avatar on the left and a right-hand column with ...
Dimitriy Kruglikov's user avatar
0 votes
2 answers
72 views

I pretty new to html coding so I'm not sure what I'm doing wrong, but I'm building a website with an image gallery on one of the pages. I wanted half of the gallery to be a flex row with wrapping (...
elliotter's user avatar
0 votes
1 answer
84 views

I'm building an intro slider in React Native using a horizontal FlatList. Each slide consists of: A title aligned at the top of the slide An image and description block that should be ...
Conta's user avatar
  • 184
0 votes
2 answers
66 views

I'm learning React + TailwindCSS + shadcn/ui. I'm trying to open a Sheet component (a popover/modal), but it doesn't show up when I wrap my page content in a flex container like this: function App() { ...
火焰与柠檬's user avatar
-1 votes
2 answers
73 views

I'm using javaScript setProperty(propertyName, value) a lot and it works perfectly until I want to set properties like justifyContent when using flexboxes. It does work with the propertyName '...
Sammie's user avatar
  • 9
0 votes
0 answers
15 views

For example I would like the "reviews" row to be in the same position on each li no matter what size the heading tag is Unfortunately using min-height on the heading isn't an option as it ...
NoDachi's user avatar
  • 954

1
2 3 4 5
456