Title: Margin Space | Top Margin Customization
Last modified: March 16, 2017

---

# Margin Space | Top Margin Customization

 *  Resolved [dalai2017](https://wordpress.org/support/users/dalai2017/)
 * (@dalai2017)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/margin-space-top-margin-customization/)
 * Hello.
 * I’m looking for the necessary “additional CSS code” to adjust the margin space.
   I need something more specific than “.content” because it can’t affect our homepage.
   It’s specifically for our webpage content excluding the homepage.
 * I’m including a link for one of the pages with top margin space I am trying to
   minimize: [http://dalaigroup.com/san-diego-seo/](http://dalaigroup.com/san-diego-seo/)
 * Thank you!

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

 *  [TUT Support](https://wordpress.org/support/users/phpexpert21/)
 * (@phpexpert21)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/margin-space-top-margin-customization/#post-8921481)
 * Hello dalai2017,
 * 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:
 *     ```
       .mythemes-columns {
        margin-top: -32px !important;
       }
       ```
   
 * I hope the above was helpful.
 * Kind regards,
 * Manoj
 *  Thread Starter [dalai2017](https://wordpress.org/support/users/dalai2017/)
 * (@dalai2017)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/margin-space-top-margin-customization/#post-8921743)
 * Thank you!

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

The topic ‘Margin Space | Top Margin Customization’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [dalai2017](https://wordpress.org/support/users/dalai2017/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/margin-space-top-margin-customization/#post-8921743)
 * Status: resolved