Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Can someone help with this flexbox problem? Reply To: Can someone help with this flexbox problem?

#285847
Paulie_D
Member

So even though everything is in a flex container div, an article tag does not behave like a normal div?

It is acting like a normal div…but the fact that it’s in a flex container won’t make any difference.

The article and sidebar are both children of the flex container so if the sidebar is 33% wide what does that leave for the article…67% right?

So, if the article is a maximum of 67% wide, the header inside the article can’t be wider than that.