Title: Another Padding Question
Last modified: January 3, 2019

---

# Another Padding Question

 *  Resolved [snakelyone](https://wordpress.org/support/users/snakelyone/)
 * (@snakelyone)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/another-padding-question/)
 * Hi,
 * I have searched all 8 pages of the form, and found some padding tweaks, but nowhere
   have I found:
 * 1) how to reduce the footer padding and the copyright footer padding.
 * 2) I also would like to bring my logo in the header to the right and down just
   a bit.
 * 3) I also applied this code to the change the padding, but it is still not enough…
   .
   site-content { margin-top: 0em; }
 * any help is so gratefully appreciated
 * thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fanother-padding-question%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/another-padding-question/#post-11065371)
 * Hi [@snakelyone](https://wordpress.org/support/users/snakelyone/)
 * You can reduce the footer padding with the following CSS:
 *     ```
       .site-info-wrapper {
         padding: 30px 0; 
       }
       ```
   
 * If you’d like to adjust the logo you can tweak the margins around the element`.
   site-title-wrapper`
 *     ```
       .site-header .site-title-wrapper {
          margin: 5px 0 30px 25px;
       }
       ```
   
 * You can add that into the ‘Additional CSS’ section of the customizer, which you
   can get to from the dashboard by navigating to ‘Appearance > Customize > Additional
   CSS’.
 * Evan
 *  Thread Starter [snakelyone](https://wordpress.org/support/users/snakelyone/)
 * (@snakelyone)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/another-padding-question/#post-11162395)
 * Hi Evan,
 * I tried to make the footer padding change with the code you gave me, but something
   must be missing, as the code keeps giving me an error in the additional CSS section:
 * .site-info-wrapper {
    padding: 30px 0; }
 * it doesn’t like the first line (i get a red circle with a white x in it)
 * thoughts? thanks
    blake
 *  Thread Starter [snakelyone](https://wordpress.org/support/users/snakelyone/)
 * (@snakelyone)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/another-padding-question/#post-11162421)
 * actually, after playing around with it, i just got it to work, but what about
   changing the footer widget padding?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Another Padding Question’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [snakelyone](https://wordpress.org/support/users/snakelyone/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/another-padding-question/#post-11162421)
 * Status: resolved