Title: Padding above content
Last modified: March 28, 2023

---

# Padding above content

 *  Resolved [cullachie](https://wordpress.org/support/users/cullachie/)
 * (@cullachie)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/padding-above-content/)
 * I am eager to remove the white space under the breadcrumbs as shown in the attached
   image. [https://snipboard.io/3y7hSa.jpg](https://snipboard.io/3y7hSa.jpg)
 * ![](https://i0.wp.com/snipboard.io/3y7hSa.jpg?ssl=1)
 * any ideas would be appreciated.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpadding-above-content%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Igor H](https://wordpress.org/support/users/ihereira/)
 * (@ihereira)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/padding-above-content/#post-16607996)
 * Hi,
 * I understand that you would like to **reduce **the space between the heading 
   and the banner. As a starting point, you can adjust the padding and margin of
   the breadcrumb:
 *     ```wp-block-code
       .storefront-breadcrumb {
         padding-bottom: 0px;
         padding-top: 0px;
         margin-top: 20px;
         margin-bottom: 20px;
   
       }
       ```
   
 * This will need custom CSS code that you can add to your site by navigating to
   WP _Dashboard » Appearance » Customize » Additional CSS_.
 * ![](https://i0.wp.com/snipboard.io/1Hhtje.jpg?ssl=1)
 * More info:
   – [CSS Padding](https://www.w3schools.com/css/css_padding.asp)– [CSS Margins](https://www.w3schools.com/css/css_margin.asp)
 * I hope this points you in the right direction.
 *  Thread Starter [cullachie](https://wordpress.org/support/users/cullachie/)
 * (@cullachie)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/padding-above-content/#post-16608934)
 * Many thanks, that worked nicely.
 *  [xue28 (woo-hc)](https://wordpress.org/support/users/xue28/)
 * (@xue28)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/padding-above-content/#post-16613102)
 * Hi [@cullachie](https://wordpress.org/support/users/cullachie/)
 * You are most welcome and we’re glad that worked! 🙂
 * Meanwhile, if you have a moment to spare, we would love it if you could share
   your thoughts with us by leaving a [review or feedback](https://wordpress.org/support/theme/storefront/reviews/).
   Your experience and feedback are important to help us improve and ensure we’re
   always providing the best possible support.
 * Thanks!

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

The topic ‘Padding above content’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [xue28 (woo-hc)](https://wordpress.org/support/users/xue28/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/padding-above-content/#post-16613102)
 * Status: resolved