• https://ibb.co/59TCdjN

    EN:
    the widget has padding-top: 30px; and it turns out the widget visually stands much lower than the first photo on the main or main photo of the post.
    remove padding-top from .widget!
    padding is set like this:

    RU:
    у виджета есть padding-top: 30px; и получается виджет визуально стоит намного ниже первой фотки на главной или главной фотки поста.
    удалите padding-top у .widget !
    padding задан так:

    /wp-content/themes/salal/style.css?ver=1.2.9 – 1172

    .centered-theme-layout .sidebar .widget {
        padding-left: 0;
    }

    /wp-content/themes/salal/style.css?ver=1.2.9 – 1165

    .sidebar .widget {
        margin-bottom: 30px;
        padding: 30px;
    }
Viewing 1 replies (of 1 total)
  • Thread Starter v0van

    (@v0van)

    https://ibb.co/Wgd1fV9

    EN:
    there will be a huge spacing between the panels as margin-bottom: 30px is summed up; and padding-bottom: 30px;

    RU:
    между панелями поулчается огромный интервал так как суммируется margin-bottom: 30px; и padding-bottom: 30px;

    /wp-content/themes/salal/style.css?ver=1.2.9 – 1165

    .sidebar .widget {
        margin-bottom: 30px;
        padding: 30px;
    }
    • This reply was modified 3 years, 6 months ago by v0van.
Viewing 1 replies (of 1 total)
  • The topic ‘remove padding-top from .widget!’ is closed to new replies.