Skip to content Skip to sidebar Skip to footer
Showing posts with the label Flexbox

Why Is My Image Being Distorted (shrunk) In Firefox?

This problem occurs on Firefox. On Chrome all is well. I have a magnifying glass image next to my … Read more Why Is My Image Being Distorted (shrunk) In Firefox?

Flex Item Not Filling Screen Height With "align-items: Stretch"

With body's flex-direction: row;, I am expecting its align-items: stretch; will stretch the chi… Read more Flex Item Not Filling Screen Height With "align-items: Stretch"

How To Size Flex-items Without Percentages?

I am trying to create a flexbox-based grid, with the content being 2/3 width and the side bar the … Read more How To Size Flex-items Without Percentages?

How To Wrap Text Around Objects (like Floating Does) In Flexbox?

Let's say I have a display: inline container with some text children, and some inline-block chi… Read more How To Wrap Text Around Objects (like Floating Does) In Flexbox?

Align-items, Align-self Not Working On Ie11

I have a simple plunker here. .container { display:flex; flex-flow: row nowrap; justify-cont… Read more Align-items, Align-self Not Working On Ie11

Flexbox Using Align-items: Flex-start Together With Align-content: Center

Good Day. I'm trying to use flex box to enforce the following behavior in a flex container whic… Read more Flexbox Using Align-items: Flex-start Together With Align-content: Center

How To Create A Sidebar With 2x3 Grid Next To It

I want to create a sidebar and a grid that has 2 rows and 3 columns (beside the sidebar). I already… Read more How To Create A Sidebar With 2x3 Grid Next To It

Looking For An Alternative To Flex

I am using flex to align a text and two buttons inside a div. This is my code This code is working… Read more Looking For An Alternative To Flex

Nested Flexboxes And Items Alignment

I'm trying to create my own small grid system based on CSS3 flex display. I basically have the … Read more Nested Flexboxes And Items Alignment

Flexbox: Space-between Does Not Generate Space Between Items

I'm trying to have space between each .box element, however space-between is not acting to crea… Read more Flexbox: Space-between Does Not Generate Space Between Items

When Flexbox Items Wrap In Column Mode, Container Does Not Grow Its Width

I am working on a nested flexbox layout which should work as follows: The outermost level (ul#main)… Read more When Flexbox Items Wrap In Column Mode, Container Does Not Grow Its Width

Removing Line Breaks In Text Copied From A Flex Container

I've got an application where we have a single line which is a flex container, containing a num… Read more Removing Line Breaks In Text Copied From A Flex Container

Sticky Menu Changing Color When Scrolling Down Without Jquery

I have a flexbox navigation menu in my angular 6 project , I want to change the background-color wh… Read more Sticky Menu Changing Color When Scrolling Down Without Jquery

How To Make Flex-end Work In Ie11

I tried to make justify-content: flex-end; work, for overflowing-hidden DIV content, in IE11, witho… Read more How To Make Flex-end Work In Ie11

Aligning Elements In Last Flexbox Row

I know this question has been asked several times here, but unfortunately, none of the solutions re… Read more Aligning Elements In Last Flexbox Row

How To Center Absolutely Positioned Children Of A Flex Container In Safari?

I have a container that contains both an image, and some text. I want the text to be vertically and… Read more How To Center Absolutely Positioned Children Of A Flex Container In Safari?

Flexbox: When Wrapping In A Row How Can I Stack Two+ Elements Without Extra Markup?

UPDATE: So I was able to make this work with Flexbox Codepen However, as some in the community poin… Read more Flexbox: When Wrapping In A Row How Can I Stack Two+ Elements Without Extra Markup?

When Flexbox Items Wrap In Column Mode, Container Does Not Grow Its Width

I am working on a nested flexbox layout which should work as follows: The outermost level (ul#main)… Read more When Flexbox Items Wrap In Column Mode, Container Does Not Grow Its Width

Ignore Flex Container Children But Not Grandchildren

I have a simple flex element with some children, something like this: I am using flex wrap so, whe… Read more Ignore Flex Container Children But Not Grandchildren

Flex Property Not Working In Ie

I have been unable to determine why flexbox is not working in IE 11. For testing, I sourced a very … Read more Flex Property Not Working In Ie