R
R
richmond7772019-02-28 03:56:48
css
richmond777, 2019-02-28 03:56:48

How to align elements (adaptive)?

Help align elements (adaptive) to be even, including mobile design.
Now it looks like this - https://mcpebedrok.com/product-category/l-age-dor/
5c77315161be7911576932.png5c77315a81fc2399165378.png5c7731628ac12155968505.png
.record-prev {
position: absolute;
font-weight: 300
font-family: 'Raleway', sans-serif;
z-index: 101;
color: #000000;
.record-next {
position: absolute;
color: #000000;
text-transform: none;
font-weight: 300
font-family: 'Raleway', sans-serif;
z-index: 101;
font-size: 16px;

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2019-02-28
@skazi_premiere

We take media queries and adapt.

@media only screen and (max-width: Разрешение в пикселях) {
    .record-prev {
        Стили для элемента
    }
}

We don’t know how to go to freelancers ourselves.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question