So you see almost all Google Blogger templates designed for a particular screen size. Looking for some pleasing design which is also fluid or full-width is too painful a search.
Your search ends here. Choose whatever template catches your eye, and easily change the width to fluid.
To edit the code behind your current theme, go to
[Blogger] ⇒ [Your Blog] ⇒ [Theme] ⇒ [Edit HTML]
Be sure to make a backup of the current code, just in case you make any mistake and would like to revert back.
Now click inside the code area, and use your browser's search facility to look for this code snippet:
.content-outer, .content-fauxcolumn-outer, .region-inner
Within this code snippet, change
max-width: $(content.width);to
max-width: 100%;
Click
[Save Theme] ⇒ [View Blog]
to enjoy the visually pleasing fluid layout matching whatever screen size you are on.Alternatively, you could add that code snippet to your CSS, which might be a cleaner approach.
No comments:
Post a Comment