How To Prepare body Section in blogger using bootstrap
How To Prepare <body>
Section
There are 2 things we need to know before we start to re-style <body>
section. First, <body>
section must have at least one <b:section>
and <macro:includable id='sections' var='col'>
. If we delete the entire contents of the <body>
section or the section does not contain any <b:section>
and/or <macro:includable id='sections' var='col'>
, our theme will not function. The blogger engine will inform us about the mistake and it will not allow us to save the changes we make to the <body>
section.
Second, a ready-made blogger theme contains pre-setting core template <div>
tags in the <body>
section, which we need to delete. These pre-setting core template <div>
tags will create additional spaces to widgets on our template, which we are not able to modify or change unless we delete the entire html elements of the pre-setting core template <div>
tags from the <body>
section.
Comments
Post a Comment