Title: everything is huge
Last modified: August 22, 2016

---

# everything is huge

 *  Resolved [SaladGoat](https://wordpress.org/support/users/saladgoat/)
 * (@saladgoat)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/)
 * OMG what did you do?!
    I just updated and thought the wrongest thing was that
   the icon colours were wrong (see previous post). But now I have reloaded my page
   and EVERYTHING IS HUGE! Nevermind the icon colour, how about the size: they are
   950 pixels! Reverting back to previous version now. Please let me know when you
   get things sorted.

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/topic/everything-is-huge/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/everything-is-huge/page/2/?output_format=md)

 *  [rosieclaverton](https://wordpress.org/support/users/rosieclaverton/)
 * (@rosieclaverton)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242583)
 * I also just updated and my social media icons are MASSIVE! Also, my sidebar has
   vanished and won’t come back. Help??
 *  Thread Starter [SaladGoat](https://wordpress.org/support/users/saladgoat/)
 * (@saladgoat)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242585)
 * I downloaded the previous version and reinstalled, so that my website looks right
   while the developer makes the appropriate fixes. Get the zip here: [https://github.com/ScottSmith95/Decode/archive/2.9.3.zip](https://github.com/ScottSmith95/Decode/archive/2.9.3.zip)
 *  [rosieclaverton](https://wordpress.org/support/users/rosieclaverton/)
 * (@rosieclaverton)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242586)
 * Thanks! Luckily, I had another site running Decode which I hadn’t upgraded and
   I copied the files over from there. But I did freak out for a bit there.
 *  [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * (@scottsmith)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242789)
 * Some hosting solutions will somewhat aggressively cache style sheets. You need
   to purge your cache of style.css after theme upgrades sometimes.
 *  Thread Starter [SaladGoat](https://wordpress.org/support/users/saladgoat/)
 * (@saladgoat)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242810)
 * I’m sorry, that doesn’t make sense to me. If it’s running off my old (cached)
   style sheet, then it should look the same as it did before the upgrade. Only 
   new styles would change the look, don’t you think?
 * I read somewhere on your site that this new version removes all IDs. If I have
   styled existing IDs in my child css, doesn’t that totally ruin my site? Maybe
   that is the problem? I certainly have no interest in going and redoing my entire
   site, trying to find which styles have been nullified by this update.
 *  [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * (@scottsmith)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242811)
 * I’ve changed the markup on a few elements to be more semantic, so the 2.9.3 stylesheet
   wouldn’t work with those changes. I’ve removed my reliance on IDs in my stylesheet(
   only one declaration still uses and ID), but as far as I know, all the IDs are
   still in the markup so your changes will still apply. I’ve noted that a few classes
   will are deprecated and will be removed in a later release here: [https://github.com/ScottSmith95/Decode/releases/tag/3.0.0](https://github.com/ScottSmith95/Decode/releases/tag/3.0.0)
 *  [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * (@scottsmith)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242856)
 * Decode 3.0.1 is out now and fixes the font size issue. Thanks for reporting it!
 *  [brianwdavidson](https://wordpress.org/support/users/brianwdavidson/)
 * (@brianwdavidson)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242868)
 * I’m having the opposite problem. My font is tiny after the update.
 *  [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * (@scottsmith)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242869)
 * Can I see a link to your site?
 *  [brianwdavidson](https://wordpress.org/support/users/brianwdavidson/)
 * (@brianwdavidson)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242870)
 * [http://brianwdavidson.com](http://brianwdavidson.com)
    sorry
 *  [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * (@scottsmith)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242871)
 * You have `body { font-size: 120%; }` in your Custom CSS, that’s throwing things
   off.
 *  [brianwdavidson](https://wordpress.org/support/users/brianwdavidson/)
 * (@brianwdavidson)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242872)
 * Fixed! Good to go, now. Thanks for the awesome theme, and super quick response.
 *  [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * (@scottsmith)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242875)
 * No problem!
 *  [Tanganjika](https://wordpress.org/support/users/tanganjika/)
 * (@tanganjika)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242877)
 * Same huge-fonts problem using 3.0.1 here: [http://koptermen.5cz.de/](http://koptermen.5cz.de/)
 * Put custom CSS code:
    .entry-title {font-size: 1.0em; width: 100%;}, body {font-
   size: 1.0em}
 * Result: only the title font-size is changable, but not the body’s.
 * Where and how do I purge the cache of style.css?
 * Thanks in advance!
 *  [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * (@scottsmith)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/#post-5242882)
 * What are you trying to accomplish?

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/topic/everything-is-huge/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/everything-is-huge/page/2/?output_format=md)

The topic ‘everything is huge’ is closed to new replies.

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

## Tags

 * [huge](https://wordpress.org/support/topic-tag/huge/)
 * [icons](https://wordpress.org/support/topic-tag/icons/)
 * [size](https://wordpress.org/support/topic-tag/size/)

 * 28 replies
 * 8 participants
 * Last reply from: [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/everything-is-huge/page/2/#post-5242932)
 * Status: resolved