on small screens remove indents from the top and sides
-
https://ibb.co/f1Pfyy2
https://ibb.co/1TzDTXGEN:
on small screens, remove indents from the top and sides of the picture, but leave the bottom and top. Especially if there is no picture, then the top margin should remain.RU:
на малых экранах убрать отступы сверху и с боков от картинки но оставить снизу и сверху. Особено если картинки нет то отступ сверху должен остаться.EN: like right now:
RU: как щас:
/wp-content/themes/salal/style.css?ver=1.2.9 – 777.blog-list-layout .hentry { margin-bottom: 60px; padding: 20px; }
/wp-content/themes/salal/style.css?ver=1.2.9 – 792
.blog-list-layout .post-content { padding: 0 30px; }
/wp-content/themes/salal/style.css?ver=1.2.9 – 953
.blog-list-layout .post-image { align-items: flex-start; margin-bottom: 20px; }
EN: correcting:
RU: исправляю:@media screen and (max-width: 767px) { .blog-list-layout .hentry { padding: 0px; } .blog-list-layout .post-content { padding: 30px; } .blog-list-layout .post-image { margin-bottom: 0px; } }
- The topic ‘on small screens remove indents from the top and sides’ is closed to new replies.