The Appearance of The Blog is Messy Because of The Blogspot CSS Bundle
ooredoo

Tuesday, March 12, 2024

Home » Blogger , Blogger Tips » The Appearance of The Blog is Messy Because of The Blogspot CSS Bundle

The Appearance of The Blog is Messy Because of The Blogspot CSS Bundle

How to Blogger - Has the appearance of your blog ever suddenly changed to something awry, whether the blog widget suddenly widened, the main warapper narrowed, the header margins were skewed or other strange incidents where you never changed the style in your previous blog template.

When this happened for the first time, the admin was also confused to death, even though the day before the admin had confirmed that there were no problems with the CSS template, but a few days later suddenly there was a change in style, additional margins and padding that came from who knows where, which made the appearance The blog is messy and even some of the widgets are messed up.

The admin was initially not suspicious of the CSS Bundle, because the admin had already deactivated this CSS by changing the blog's CSS style and no longer relying on the blog's default CSS, but after investigating, for some reason the influence of the CSS Bundle still had an impact on the appearance of the blog.

The following are some of the damage to the appearance of the blog due to the Blogspot CSS bundle:
  1. The widget's margin or padding suddenly changes
  2. The width of the blog becomes narrower and interferes with the size of the thumbnail column
  3. The header is wide and interferes with the ads next to it
  4. The style list in the sidebar is damaged or truncated
  5. The footer display becomes messy and less responsive
  6. The font suddenly becomes larger or smaller
  7. Some CSS doesn't work
  8. Some Widgets also don't function properly
  9. And various other problems.
After testing last night, in the end the problem turned out to be none other than the "CSS Bundle" which had not been cleared so that at any time it could damage the appearance of the blog. You can share what a CSS bundle is on Google search, but according to the admin, the CSS Bundle can change at any time, because some of the template structures are still attached to this CSS Bundle bin Bandel.

THE RIGHT SOLUTION TO OVERCOME CSS BUNDLE
It turns out the solution is very simple, just put a short script to hold the CSS Bundle so that it no longer interferes with the appearance of your blog. So... Please copy and paste the short script below right above the code </head>

<!-- Remove CSS Bundle -->
<script> $("[href$='css_bundle.css']").remove( ); </script>


After that, save your blog template and try to see the results.

ADDITIONAL:
For HTML 5 Support blogs, it is possible that some widgets will change position after installing the script above. For CSS3-dominant templates, there may not be any significant problems, at most it's just the layout that needs to be spruced up a bit.

Related Posts :