Adding extra column to Blogger footer:
By default, Blogger provides one-column, two-column, and three-column footer layouts. It does not provide a 4-column footer layout or anything above that. However, if you want a 4-column footer, you can manually add an extra column to your Blogger footer.
In this post, I will show you how to add a 4-column footer to your Blogger footer. Using the same method, you can create more than 4 columns as well.
How to add an extra column to your Blogger footer :
We can easily add an extra column to the Blogger footer without adding any CSS code to Blogger. We can add a 4-column, 5-column footer, or more columns to Blogger. With simple changes to your Blogger template code, you can easily add an extra column.
Follow below steps to add an extra column to Blogger blog footer
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Template
Step 3 : Click on Edit template
Step 4 : Search <footer> tag in template code, in <footer> section u can see below code
<macro:param default='2' name='num' value='2'/>
To add extra column, just increase value='2' to 4 or more i.e value='4' or more
Step 5 : Click on Save
Step 2 : Click on Template
Step 3 : Click on Edit template
Step 4 : Search <footer> tag in template code, in <footer> section u can see below code
<macro:param default='2' name='num' value='2'/>
To add extra column, just increase value='2' to 4 or more i.e value='4' or more
Step 5 : Click on Save
Now you can easily add an extra column to your Blogger footer.
This comment has been removed by the author.
ReplyDelete