Hello,
I’ve designed a footer which is composed of 3 bars.
(My apologies but I’m not sure how to post the link without making it public… or whether you can check the link by cross-referring my account with my license. I have two licenses… this pertains to the site beginning with an “h”).
Anyway, the bar labelled “Bar 3” is posing a problem. In desktop/tablet, the flexbox is set to direction: row. It behaves normally. In mobile, I’ve created a new container that is set to direction: column. This change, however, is triggering some unexpected behaviours.
1 - The 2 flex items will not center horizontally. It looks like the navigation-inline element has a left margin, although the margin is set to zero.
2 - The second flex item is inheriting the font size of the first flex item. I don’t understand why this would happen in only the direction-column format as both containers are working the same.
Any help you can provide is greatly appreciated.
