Title: Remove margin
Last modified: August 21, 2016

---

# Remove margin

 *  Resolved [chriskol](https://wordpress.org/support/users/chriskol/)
 * (@chriskol)
 * [13 years ago](https://wordpress.org/support/topic/remove-margin-1/)
 * Hello,
 * This is my website I’m constructing: [http://www.fentini.com](http://www.fentini.com)
   
   I have removed the page title, now I want to remove the margin above the slider
   pictures (where the page title used to be). I have installed web developer of
   google and tried to figure out what is causing this, but cannot find it.
 * Anyone?
    Thanks, Chris

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

 *  Thread Starter [chriskol](https://wordpress.org/support/users/chriskol/)
 * (@chriskol)
 * [13 years ago](https://wordpress.org/support/topic/remove-margin-1/#post-3768076)
 * _[mod: no ned to post CSS when you post a link to your site; but when you post
   code, please mark it according to forum guidelines [http://codex.wordpress.org/Forum\_Welcome#Posting\_Code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)]_
 *     ```
       body.page .entry-title,
       body.single .entry-title,
       .page-title {
       	border-bottom: 0px solid #e3e3e3;
       	font-weight: normal;
       	margin-bottom: 0.5em;
           padding: 0 0 0.3em;
       }
       .page-title {
       	color: #7d7d7d;
       	margin-bottom: 1.313em;
       	text-transform: uppercase;
       }
       .entry-meta {
       	clear: both;
       	color: #7d7d7d;
       	font-size: 12px;
       	font-size: 1.2rem;
       	font-weight: 300;
       	margin: 0.2em 0 0;
       }
       .byline {
       	display: none;
       }
       .single .byline,
       .group-blog .byline {
       	display: inline;
       ```
   
 * Don’t know if it is in here maybe??
 *  [Creatrix](https://wordpress.org/support/users/chrisl_57/)
 * (@chrisl_57)
 * [13 years ago](https://wordpress.org/support/topic/remove-margin-1/#post-3768106)
 * > (where the page title used to be)
 * There is now an empty h1 tag here with a margin and a padding creating some of
   the white space.
 * The rest of it is coming from a margin on your div called ‘#main’, located on
   line 405 of style.css.
 *  Thread Starter [chriskol](https://wordpress.org/support/users/chriskol/)
 * (@chriskol)
 * [13 years ago](https://wordpress.org/support/topic/remove-margin-1/#post-3768237)
 * Hello Creatrix,
 * Thanks, it worked!
 * Regards Chris

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

The topic ‘Remove margin’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [chriskol](https://wordpress.org/support/users/chriskol/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/remove-margin-1/#post-3768237)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
