M
M
Maxim Gerasimenko2018-02-22 09:13:14
css
Maxim Gerasimenko, 2018-02-22 09:13:14

Layout problem, how to solve?

The site medknizh-msk.ru has a problem with adaptive layout.
When viewed from 768x1024 devices, blank space appears on the right. How to deal with it?
5a8e5f531e3a4476184850.png

Answer the question

In order to leave comments, you need to log in

4 answer(s)
T
TheRevan, 2018-02-22
@maxg5

The problem with the element:
p.border{
}
- it crawls out of the screen borders
Look here:
image.png

@
@Richswitch, 2018-02-22
_

some element has a fixed width (width) look at the styles for the elements, maybe one of them is set to something like width: 620px
maybe a logo or other pictures

A
alex_ok83, 2018-02-22
@alex_ok83

try setting
body {
overflowx: hidden;
max-width : 100% or 100vw
}
thus you will not let the body of the document stretch

E
Eugene, 2018-02-22
@iamd503

Problem in table and timer

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question