on screens 991px and less, the sidebars have padding only from 1 side
-
EN: on screens 991px and less, the sidebars have padding only from 1 side.
RU: на экранах 991px и менее у сайдбар остаётся отступ только с 1 бока./wp-content/themes/salal/style.css?ver=1.2.9 – 1172
.centered-theme-layout .sidebar .widget { padding-left: 0; }
EN: correcting:
RU: исправляю:@media screen and (max-width: 991px) { .centered-theme-layout .sidebar .widget { padding-left: 30px; padding-top: 30px; } }
- The topic ‘on screens 991px and less, the sidebars have padding only from 1 side’ is closed to new replies.