Title: Padding inside widgets
Last modified: February 9, 2017

---

# Padding inside widgets

 *  [dancoxdrums](https://wordpress.org/support/users/dancoxdrums/)
 * (@dancoxdrums)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/padding-inside-widgets/)
 * Hey there,
 * I’m customising [this page](http://drumlessonsinbristol.com/blog-grid/) and trying
   to get the text padding in the widget boxes consistent.
 * Can anyone assist? Many thanks in advance. Current CSS pasted below.
    ———–
 * .container {
    width: 100%; }
 * h3 {
    max-width: 900px; margin-left: auto; margin-right: auto; }
 * h4 {
    max-width: 900px; margin-left: auto; margin-right: auto; }
 * h5 {
    max-width: 900px; margin-left: auto; margin-right: auto; }
 * h6 {
    max-width: 900px; margin-left: auto; margin-right: auto; }
 * p {
    max-width: 700px; margin-left: auto; margin-right: auto; }
 * .single-post {
    background: #FCF6F4; }
 * .post {
    background: #FCF6F4; }
 * body { background:#FCF6F4;}
 * .rowtight, .row {
    margin: 0; }
 * body.home #content .main, .container {
    padding: 0; overflow-x: hidden; }
 * [@media](https://wordpress.org/support/users/media/) (max-width: 768px) {
    p,
   h1, h2, h3, h4, h5 { max-width: 90%; } }
 * .rowtight, .row {
    margin: 0; } body.home #content .main, .container { padding:
   0; overflow-x: hidden; } body.page #content .main .pageclass { padding: 0; } 
   [@media](https://wordpress.org/support/users/media/) (max-width: 768px){ p,h1,
   h2, h3, h4, h5 { max-width: 90%; } } .headerclass > .container { overflow-x: 
   visible; }
 * img {
    padding:-10px; margin:-10px; } [@media](https://wordpress.org/support/users/media/)(
   max-width: 768px){ .kt-home-call-to-action { background-attachment: scroll !important;
 * }
    }
 * .widget {
    box-shadow: none; border: 1px solid #333A3F; }

Viewing 1 replies (of 1 total)

 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/padding-inside-widgets/#post-8786776)
 * Hey,
 * Try adding this CSS to Theme Options> Advanced Settings and let me know if it
   works for you:
 *     ```
       section#blog_subscription-2 .widget-inner {
           padding: 7px 10px;
       }
   
       section#widget_contact_info-3 .widget-inner div {
           padding-right: 10px;
           padding-left: 10px;
       }
       ```
   
 * -Kevin

Viewing 1 replies (of 1 total)

The topic ‘Padding inside widgets’ is closed to new replies.

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

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [widgets](https://wordpress.org/support/topic-tag/widgets/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kevin](https://wordpress.org/support/users/jx-3p/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/padding-inside-widgets/#post-8786776)
 * Status: not resolved