Title: Small CSS Issue
Last modified: August 19, 2016

---

# Small CSS Issue

 *  [n0ts0smart](https://wordpress.org/support/users/efpeterson/)
 * (@efpeterson)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/small-css-issue/)
 * So, I’ve been working on this site for a bit: [http://efpeterson.com/candy](http://efpeterson.com/candy)
 * The only thing I have left to do is to is bump the “Welcome” title up. I’ve been
   through the CSS file and have changed quite a few things, but I can’t seem to
   figure it out. I was able to move the titles up on the other pages and I want
   the same for the home page. Does anyone have any suggestions? You can view the
   CSS file here: [http://efpeterson.com/candy/wp-content/themes/candy/style.css](http://efpeterson.com/candy/wp-content/themes/candy/style.css)

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

 *  Anonymous User
 * (@anonymized-473288)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/small-css-issue/#post-1641331)
 * Changing
 *     ```
       #siteDescription {
       color:#999999;
       font-size:1.2em;
       font-style:italic;
       margin:10px auto 60px;
       padding:11px 0 13px;
       width:400px;
       }
       ```
   
 * To
 *     ```
       #siteDescription {
       color:#999999;
       font-size:1.2em;
       font-style:italic;
       height:0;
       margin:10px auto 24px;
       padding:11px 0 13px;
       width:400px;
       }
       ```
   
 * Would be one way of doing it. The difference is the margin and setting the height
   of the div. It still needs cross-browser testing, but the way the #siteDescription
   div is set is causing the ‘Welcome’ text to appear at the location that it does.
 *  Thread Starter [n0ts0smart](https://wordpress.org/support/users/efpeterson/)
 * (@efpeterson)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/small-css-issue/#post-1641491)
 * Thanks. I just wound up setting that 60px on the margin to 0 and it solved the
   problem.

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

The topic ‘Small CSS Issue’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [home page title](https://wordpress.org/support/topic-tag/home-page-title/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [n0ts0smart](https://wordpress.org/support/users/efpeterson/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/small-css-issue/#post-1641491)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
