Title: vicdm's Replies | WordPress.org

---

# vicdm

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Older Posts can't find style.css](https://wordpress.org/support/topic/older-posts-cant-find-stylecss/)
 *  [vicdm](https://wordpress.org/support/users/vicdm/)
 * (@vicdm)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/older-posts-cant-find-stylecss/#post-4002052)
 * Thank you alchymyth!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Older Posts can't find style.css](https://wordpress.org/support/topic/older-posts-cant-find-stylecss/)
 *  [vicdm](https://wordpress.org/support/users/vicdm/)
 * (@vicdm)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/older-posts-cant-find-stylecss/#post-4002039)
 * victorsarbu
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Older Posts can't find style.css](https://wordpress.org/support/topic/older-posts-cant-find-stylecss/)
 *  [vicdm](https://wordpress.org/support/users/vicdm/)
 * (@vicdm)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/older-posts-cant-find-stylecss/#post-4002037)
 * Yes, just the theme.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Older Posts can't find style.css](https://wordpress.org/support/topic/older-posts-cant-find-stylecss/)
 *  [vicdm](https://wordpress.org/support/users/vicdm/)
 * (@vicdm)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/older-posts-cant-find-stylecss/#post-4002032)
 * Are you able to post your files on github or bitbucket?
 * I’ll take a look at the files and continue with the help in this post till it’s
   resolved.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Older Posts can't find style.css](https://wordpress.org/support/topic/older-posts-cant-find-stylecss/)
 *  [vicdm](https://wordpress.org/support/users/vicdm/)
 * (@vicdm)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/older-posts-cant-find-stylecss/#post-4001961)
 * I am making an assumption here, but it looks like you are loading your <?php 
   get_header(); ?> in the ‘<header></header>’ .
 * <?php get_header(); ?> should be placed at the very top of your php file above
   all the other tags.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Widen body with ELEMIN](https://wordpress.org/support/topic/widen-body-with-elemin/)
 *  [vicdm](https://wordpress.org/support/users/vicdm/)
 * (@vicdm)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/widen-body-with-elemin/#post-3999216)
 * Since your site is responsive, are you looking to apply the width of the blog
   to all breakpoints or just a certain breakpoint?
 * Also, that code from the site you posted will not work on your site as the classes
   need to correspond to your theme.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Changing header/bubble font to match footer?](https://wordpress.org/support/topic/changing-headerbubble-font-to-match-footer/)
 *  [vicdm](https://wordpress.org/support/users/vicdm/)
 * (@vicdm)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/changing-headerbubble-font-to-match-footer/#post-3997980)
 * ok, try this:
 *     ```
       .site-title{
       font-family: Quicksand, Helvetica, Arial, sans-serif;
       font-style: normal;
       -webkit-text-stroke: .35px;
       font-size: 12px;
       font-size: 1.2rem;
       text-transform: uppercase;
       }
       ```
   
 * In your style.css replace the .blog .hentry span.hometitle{} with this:
    [http://pastebin.com/nzPjhGkZ](http://pastebin.com/nzPjhGkZ)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Changing header/bubble font to match footer?](https://wordpress.org/support/topic/changing-headerbubble-font-to-match-footer/)
 *  [vicdm](https://wordpress.org/support/users/vicdm/)
 * (@vicdm)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/changing-headerbubble-font-to-match-footer/#post-3997933)
 * The default footer font is:
    Quicksand, Helvetica, Arial, sans-serif
 * The CSS classes to change are:
    .site-title{} and .hentry.no-thumbnail span{}
 * Hope this helps!

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