Title: adjust padding below service
Last modified: March 13, 2017

---

# adjust padding below service

 *  Resolved [yesmaybe](https://wordpress.org/support/users/yesmaybe/)
 * (@yesmaybe)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/adjust-padding-below-service/)
 * there is too much space between the ‘service’ section and the ‘blog’ section 
   on the home page. I tried adjusting the padding 90px on the style.css but there
   is still a bit of extra blankness. Any ideas?
 * [http://turkeyturkish.co.uk/](http://turkeyturkish.co.uk/)

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

 *  [TUT Support](https://wordpress.org/support/users/phpexpert21/)
 * (@phpexpert21)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/adjust-padding-below-service/#post-8907190)
 * Hello Yesmaybe,
 * Thank you for getting in touch. Generally we do not provide support for customizations
   as we only provide support for theme issues, however we’re happy to help with
   minor tweaks such as this.
 * To make the change you want you can achieve this using custom css. Please add
   the following custom css to your site via either a child theme or directly from
   the theme options panel under General Settings -> Custom CSS:
 *     ```
       .enigma_blog_area {
       padding-top: 0px !important;
       }
       ```
   
 * I hope the above was helpful.
 * Kind regards,
 * Manoj
 *  Thread Starter [yesmaybe](https://wordpress.org/support/users/yesmaybe/)
 * (@yesmaybe)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/adjust-padding-below-service/#post-8914049)
 * Hi Manoj,
 * That is very useful thank you. I have removed the extra padding in the lower 
   sections and like the result.
 * .enigma_service {
    padding: 0px !important; }
 * .enigma_blog_area {
    padding: 0px !important; }

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

The topic ‘adjust padding below service’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [yesmaybe](https://wordpress.org/support/users/yesmaybe/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/adjust-padding-below-service/#post-8914049)
 * Status: resolved