Title: deadaccount's Replies | WordPress.org

---

# deadaccount

  [  ](https://wordpress.org/support/users/polymathpunk/)

 *   [Profile](https://wordpress.org/support/users/polymathpunk/)
 *   [Topics Started](https://wordpress.org/support/users/polymathpunk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/polymathpunk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/polymathpunk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/polymathpunk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/polymathpunk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/polymathpunk/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hemingway] Remove whitespace just under the header](https://wordpress.org/support/topic/remove-whitespace-just-under-the-header/)
 *  [deadaccount](https://wordpress.org/support/users/polymathpunk/)
 * (@polymathpunk)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-whitespace-just-under-the-header/#post-4805705)
 * I didn’t understand your question completely. But I think you are referring white
   space under the navigation bar and the title on any page.
 * By default it is 100px and defined in css for .wrapper class like this:
 * .wrapper {
    margin-top: 100px; } search for .wrapper and tweak the margin value
   as per your need. But I strongly suggest to leave the original css stylesheet
   untouched and add your styling in separate css sheet which will override the 
   respective default styles.
 * You need a plugin which lets you write your own css on top of the default. For
   me it came with a lot of other stuff when I installed a plugin called ‘jetpack'(
   there will be others too).
 * So install Jetpack. Go to appearance -> edit CSS and paste the following code:
 * .wrapper {
    margin-top: 100px; } change the value from 100px to whatever you 
   want and preview and save the stylesheet.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hemingway] Reduced quality of header image?](https://wordpress.org/support/topic/reduced-quality-of-header-image/)
 *  Thread Starter [deadaccount](https://wordpress.org/support/users/polymathpunk/)
 * (@polymathpunk)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/reduced-quality-of-header-image/#post-4776442)
 * It seems a browser issue for firefox(could be my settings). It works fine in 
   chrome, IE.
    Thanks for the support…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hemingway] Reduced quality of header image?](https://wordpress.org/support/topic/reduced-quality-of-header-image/)
 *  Thread Starter [deadaccount](https://wordpress.org/support/users/polymathpunk/)
 * (@polymathpunk)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/reduced-quality-of-header-image/#post-4776430)
 * I tried increasing the resolution but it didn’t work. My screen resolution is
   definitely 1280px wide. It seems to me css/wordpress/browser quirk. Here is my
   website: [polymathpunk](http://www.polymathpunk.com/)
    If you right click on 
   header image and open it separately( view background image in firefox) you should
   notice the difference in the quality of image as you toggle between my actual
   page and the opened background image. (image is 1280x416px)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hemingway] featured images bugs?](https://wordpress.org/support/topic/featured-images-39/)
 *  Thread Starter [deadaccount](https://wordpress.org/support/users/polymathpunk/)
 * (@polymathpunk)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/featured-images-39/#post-4768780)
 * Thanks. That fixed it for me.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hemingway] Remove info from footer](https://wordpress.org/support/topic/remove-info-from-footer/)
 *  [deadaccount](https://wordpress.org/support/users/polymathpunk/)
 * (@polymathpunk)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-info-from-footer/#post-4761264)
 * Those are default dummy widgets. Add one of the your own(it can be the same one
   as displayed dummy) and the dummy widgets will disappear.
    You will have to add
   your own widgets to the 3 footers each to make dummies disappear. If you leave
   any footer blank, the dummy will appear again so at-least add one of your own
   widget to each footer.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hemingway] Custom accent color not respected everywhere](https://wordpress.org/support/topic/custom-accent-color-not-respected-everywhere/)
 *  [deadaccount](https://wordpress.org/support/users/polymathpunk/)
 * (@polymathpunk)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/custom-accent-color-not-respected-everywhere/#post-4773592)
 * Since you are using Jetpack, it allows you add your own css file(css editor).
   
   When I faced similar issue, I loaded the page used firebug and created custom
   css selector for the particular widget and hard-coded my color.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hemingway] Excerpts on home page](https://wordpress.org/support/topic/excerpts-on-home-page-1/)
 *  [deadaccount](https://wordpress.org/support/users/polymathpunk/)
 * (@polymathpunk)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/excerpts-on-home-page-1/#post-4704599)
 * I edited the code as Anders Noren said and excerpts are working but the read 
   more links don’t appear. The excerpt ends with […]….
    Is it the same case for
   you?

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