Found the solution to the “home, posts rss and comments” debate, thanks to a friend (I’m far from knowing anything abouts HTML Language):
In the blogger layout screen, click into the tab that says “edit html”, scroll down the css/html of the template till you find:
margin-top:121px;
(or search with Crtl+F for the code above). Replace 121 por 135. It should read like this:
margin-top:135px;
Makes me want to study web programmming.
↩ Reply