M
M
mishapsv2016-03-28 12:10:40
css
mishapsv, 2016-03-28 12:10:40

How to make columns evenly distributed with left alignment?

I did it here , but it turns out to be empty on the right, it looks crooked.
Maybe there are ideas how to distribute the columns evenly (without dividing one ul into three)?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
P
Pshkll, 2016-03-28
@mishapsv

ul.address-and-contacts__list {
    padding: 0px;
    position: relative;
    left: 60px;
}

D
Dima Pautov, 2016-03-28
@bootd

So?

G
GeekFromUa, 2016-03-28
@petriychuk

It seems to me that there is no way, except to set a static width for the li tag

W
Web Developer Blog, 2016-03-28
@Alexey_Suprun

either just center the block with your li's

M
mletov, 2016-03-28
@mletov

So maybe just make the width of each li 33.3% ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question