Title: Change post padding?
Last modified: August 21, 2016

---

# Change post padding?

 *  Resolved [its_francesca](https://wordpress.org/support/users/its_francesca/)
 * (@its_francesca)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-post-padding/)
 * Hi there, the website I’ve started working on is [http://www.sarasammakia.com/](http://www.sarasammakia.com/)
 * Just wondering how I would
    1. go about changing the font and size of the menu
   options & the footer
 * 2. change the distance in between the cover image and the menu bar?
 * Thank you very much for your time!

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

 *  [graphical_force](https://wordpress.org/support/users/graphical_force/)
 * (@graphical_force)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-post-padding/#post-4065933)
 * You can edit the css and create a child theme so you will not lose your edits
   when you update. [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 *  Thread Starter [its_francesca](https://wordpress.org/support/users/its_francesca/)
 * (@its_francesca)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-post-padding/#post-4065934)
 * Thank you.. What would I enter into the child theme though to make the changes
   I need? X
 *  [graphical_force](https://wordpress.org/support/users/graphical_force/)
 * (@graphical_force)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-post-padding/#post-4065938)
 * To get the main image up closer to the menu put this in your child theme stylesheet
 *     ```
       .main-navigation {
       border-top: 1px solid #f8f8f8;
       border-bottom: 1px solid #f8f8f8;
       margin-bottom: 0px;
       }
       ```
   
 * What font do you want to change the menu and footer too and what size?
 *  Thread Starter [its_francesca](https://wordpress.org/support/users/its_francesca/)
 * (@its_francesca)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-post-padding/#post-4065997)
 * Awesome, thank you!
    I’d like to change the font to ‘Orator Std’ size 14 if I
   can
 * Thanks again xx
 *  [graphical_force](https://wordpress.org/support/users/graphical_force/)
 * (@graphical_force)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-post-padding/#post-4066003)
 * I’m assuming you have the font for Orator Std.
 * For the Menu:
 *     ```
       .main-navigation .nav-bar li a {
       color: #333333;
       font-family: Orator Std;
       font-size: 14px;
       }
       ```
   
 *     ```
       .site-footer a {
       color: #aaa;
       font-family: Orator Std;
       font-size: 14px;
       }
       ```
   
 *  Thread Starter [its_francesca](https://wordpress.org/support/users/its_francesca/)
 * (@its_francesca)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-post-padding/#post-4066004)
 * Thank you so much.. Do you know what code I would use to change the text throughout
   the body of the other pages?
 * And how I could get rid of the ‘edit’ option on both my homepage and the gallery
   page?
 * Sorry to bug you! thank you very much
 *  [graphical_force](https://wordpress.org/support/users/graphical_force/)
 * (@graphical_force)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-post-padding/#post-4066007)
 * The text is mostly being controlled by this css snippit so you can play with 
   it to get the desired effect:
 * `p {
    font-family: inherit; font-weight: normal; font-size: 15px; line-height:
   1.8; margin-bottom: 17px; }’
 * As for the edit option, you are most likely seeing it because you are an admin
   and logged in. Anyone not logged in does not see it so does it really if no one
   else is logged in?
 *  Thread Starter [its_francesca](https://wordpress.org/support/users/its_francesca/)
 * (@its_francesca)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-post-padding/#post-4066008)
 * You’re quite possibly a genius.. thank you so much for your help! x
 *  [graphical_force](https://wordpress.org/support/users/graphical_force/)
 * (@graphical_force)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-post-padding/#post-4066010)
 * No I am a genius. 🙂 Good luck and your welcome!

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

The topic ‘Change post padding?’ is closed to new replies.

## Tags

 * [bar](https://wordpress.org/support/topic-tag/bar/)
 * [change](https://wordpress.org/support/topic-tag/change/)
 * [distance](https://wordpress.org/support/topic-tag/distance/)
 * [font](https://wordpress.org/support/topic-tag/font/)
 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [padding](https://wordpress.org/support/topic-tag/padding/)
 * [size](https://wordpress.org/support/topic-tag/size/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 2 participants
 * Last reply from: [graphical_force](https://wordpress.org/support/users/graphical_force/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/change-post-padding/#post-4066010)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
