/    Sign up×
Community /Pin to ProfileBookmark

Align items to left while using flex wrap

Hi guys,
Is it possible to align all the cards to the left if I am using flex-wrap? Now, then the cards are not even the last cards are centered to the center.
Here is an example: https://codepen.io/raul-rogojan/pen/KKqbJJg?editors=1100

to post a comment
CSS

6 Comments(s)

Copy linkTweet thisAlerts:
@SempervivumSep 29.2021 — This is difficult when using flex but easy when using grid.
Copy linkTweet thisAlerts:
@codyhillauthorSep 29.2021 — @Sempervivum#1637683 How could I achieve this using grid?
Copy linkTweet thisAlerts:
@SempervivumSep 29.2021 — Try this CSS for .card-container:
``<i>
</i> .card-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-gap: 5px;
}<i>
</i>
``
Copy linkTweet thisAlerts:
@codyhillauthorSep 29.2021 — @Sempervivum#1637687 This works, only the gap between the columns gets too big at times.
Copy linkTweet thisAlerts:
@SempervivumSep 30.2021 — I tested it by this demo page and the gap remains constant:
``<i>
</i>&lt;!DOCTYPE html&gt;
&lt;html&gt;

&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;Image Stack&lt;/title&gt;

&lt;style&gt;
.container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-gap: 5px;
}

.cell {
border: 2px solid lightblue;
height: 100px;
}
&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;div class="container"&gt;
&lt;div class="cell"&gt;&lt;/div&gt;
&lt;div class="cell"&gt;&lt;/div&gt;
&lt;div class="cell"&gt;&lt;/div&gt;
&lt;div class="cell"&gt;&lt;/div&gt;
&lt;div class="cell"&gt;&lt;/div&gt;
&lt;div class="cell"&gt;&lt;/div&gt;
&lt;div class="cell"&gt;&lt;/div&gt;
&lt;div class="cell"&gt;&lt;/div&gt;
&lt;div class="cell"&gt;&lt;/div&gt;
&lt;div class="cell"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;

&lt;/html&gt;<i>
</i>
``
Copy linkTweet thisAlerts:
@juangg45Oct 02.2021 — Squarefoot Flooring has been a retail leader in the distribution of Flooring products for 10 Years. We currently provide services in Mississauga, Toronto, Brampton, Oakville, Markham, Richmond Hill. Stoney Creek, Niagara Falls. Hamilton, Ancaster, Burlington, Kitchener, Guelph, Sudbury, Pickering, Ajax, Whitby, Oshawa. We excel in providing a quality product in order to make your dream place a reality and have won the title for “Mississauga’s 2019 favorite business. With over 9000+ options for flooring we bring you the largest variety of styles, materials and colors to select only the best [tile shop mississauga

](https://squarefootflooring.com/tile-shop-mississauga/)
×

Success!

Help @codyhill spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.12,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...