Flex Gap is not working on safari 537 browser [closed]
I used flex to display 2 div, and I use column-gap to give the gap between 2 div. column-gap is not working with safari 537 browser. Is there any global solution for entire application.I tried with...
View ArticleStruggling with flexbox [closed]
I really need help with using flexbox!!! I got some code from on here (which was brilliant!), however when I entered in all the code and view the website in full screen the images and text below stay...
View ArticleProblem when using with overflow-x: scroll and justify-content: center...
I am having issue while using overflow-x: scroll and justify-content: center on flex parent container.Please see my code below.issue: first flex child item is not showing it is crop in left or other...
View ArticleCSS Flexbox: Column order with # of columns determined by available width
I have some content:<div class=container><div class=item> item a</div><div class=item> item b</div> ...</div>I would like to display the items in column order, ie:A...
View ArticleThe body content is overflowing the body set width [closed]
The content in the html body is surprisingly to me, exceeding the set width for the body, width: 100%... more context:- the width of the header is surpassing both the parent element <main> also...
View ArticleCSS Flexbox Not Working in Mobile Firefox/Tor/Safari but Works in Other Browsers
Issue Description:I am encountering an issue with a custom CSS for a Shopify theme (Dawn), specifically with a flexbox layout not rendering correctly in Firefox on mobile devices, while it works as...
View ArticleEqual padding for items displayed with flexbox
I have a list of items that I want to be displayed with 6 on the top and 7 on the bottom. However items that longer words are not being centrally aligned.This is currently what it looks like.As you can...
View ArticleCan't scroll to top of flex item that is overflowing container
In attempting to make a useful modal using flexbox, I found what seems to be a browser issue and am wondering if there is a known fix or workaround -- or ideas on how to resolve it.The thing I'm trying...
View ArticleMake display flex grow as much as her parent with x overflow
I have a table in my project with many columns, so I need to use x overflow to scroll all its contents. My problem is that below the table, I have a footer that needs to be the same width as the table,...
View ArticleFlex/grid child out of bounds of scrollable parent [duplicate]
I discovered some flex and grid behavior today that I don't understand (the behavior is the same for both flexbox and grid).The tall child extends out the top of the parent element so that the top of...
View Articleshould a flex item with flex-grow 0.1 be taking all the extra space or just 10%?
The following third flex item has a flex-grow of non-zero value, which is 0.1. It might be reasonable and I also read a suggestion that it should take up 100% of any extra space, because the other flex...
View ArticleCSS Keep all flexbox children elements the same size
My code is shown in this JSFiddle:#container { align-content: flex-start; background-color: red; display: flex; flex-flow: row wrap; height: 200px; justify-content: space-around; padding: 10px; width:...
View Article[display: flex, order]I want to use flex order until outside the parent element
I want to use flex order until outside the parent element<div class="flex-wrap"><div class="flex-container"><div class="first"></div><div class="second"></div>...
View ArticleFlex order until outside the parent element
I want to use flex order until outside the parent element<div class="flex-wrap"><div class="flex-container"><div class="first"></div><div class="second"></div>...
View ArticleHow to center a timeline with blocks in the middle?
I managed to make a mockup of a timeline with blocks. It has a look that is ok. You can run the snippet to take a look or see this image:.list { display: flex; flex-direction: column;}.item { display:...
View Articlehow to make equal height cards which are in two different columns? [duplicate]
I have two Bootstrap columns with cards in them. I want the cards inside the columns to grow or increase in height equally based on the content inside. In my case, I want 'card-one' and 'card-three' to...
View ArticleReact - Highcharts Chart will enlarge but wont shrink
I am working on a chart component in react that goes into a grid with responsive elements (panels that can open from the left depending on user choice- and should push the chart, shrinking it in size...
View ArticleHow can I make gap between parent and child or each childs same?
I want to create a flexbox component that spacing between each child components and the spacing between parent and child are all the same. It's similar to 'space-evenly' but i don't want to use static...
View ArticleMove last element to next line in a flex container
I have this structure in my HTML code:<div style="display:flex"><div class="div_first">1</div><div class="div_second">2</div><div...
View ArticleHow can I get the signup button of my code to stay at the top?
I have created a container for the header: <header-container>In this container, there is a nav bar, the logo of my website and signup button which links to another html page.However, when I...
View Article