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.




How to remove pre-setting core template <div> tags

The process to remove pre-setting core template <div> tags can be tricky and confusing if you go through the entire html elements within <body> section to identify and remove these tags and their </div> end tags. We suggest that you use the following method to simplify this process.

  1. Identify the required <b:section>s and <macro:includable id='sections' var='col'> in the <body> tag.

  2. Collapse or minimize the required <b:section>s in order to avoid from deleting the contents of these <b:section>s.

    Example: <b:section class='main' id='main' name='Main' >.....</b:section>

  3. Any <div>: tags and the closing </div>: tags outside the required <b:section>s should be deleted accordingly.


List of The Required <b:section>s

The <b:section>s listed below are meant for a basic reference to design Blogger with Bootstrap 4. You can insert or remove <b:section>s to meet your design preferences.







Please be informed that the above <b:section>s do not have any content. Hence you should not copy and paste these <b:section>s to your template.

Comments

Popular posts from this blog

How To Show Only Post Thumbnails And Snippets In Blogger Blog Homepage

Structure of Custom Blogger Template