Title: remove padding-top from .widget!
Last modified: May 24, 2021

---

# remove padding-top from .widget!

 *  [v0van](https://wordpress.org/support/users/v0van/)
 * (@v0van)
 * [5 years ago](https://wordpress.org/support/topic/remove-padding-top-from-widget/)
 * [https://ibb.co/59TCdjN](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](https://wordpress.org/support/users/v0van/)
 * (@v0van)
 * [5 years ago](https://wordpress.org/support/topic/remove-padding-top-from-widget/#post-14474380)
 * [https://ibb.co/Wgd1fV9](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 5 years ago by [v0van](https://wordpress.org/support/users/v0van/).

Viewing 1 replies (of 1 total)

The topic ‘remove padding-top from .widget!’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/salal/1.3.4/screenshot.png)
 * Salal
 * [Support Threads](https://wordpress.org/support/theme/salal/)
 * [Active Topics](https://wordpress.org/support/theme/salal/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/salal/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/salal/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [v0van](https://wordpress.org/support/users/v0van/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/remove-padding-top-from-widget/#post-14474380)
 * Status: not resolved