D
D
Dima2019-01-21 17:18:50
Django
Dima, 2019-01-21 17:18:50

How to remove scroll?

test.dar-inform.com
In phone mode through the inspector or on a real phone, the beveled strip near the testimonials block pops out to the right side and a scroll appears, although the body has overflow-x:hidden and it works on the PC version. How to remove the scroll on the mobile version?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Сергей Горностаев, 2016-05-17
@Dim4os

Копать в сторону фильтра safe и тега linebreaks.

M
Mikhail Rerberg, 2019-01-21
Dolgoter @SpiderPigAndCat

.testimonials {
overflow: hidden;
}
The scrollbar appears because of the before pseudo-element, which has a width of 200%. Put 100%, it will solve the problem.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question