How to make 3 columns footer
In this tutorial I will teach you how to add 3 columns in footer, in an artisteer made template.
1. .Log in to your dashboard--> layout- -> Edit HTML
2. .Click on "Expand Widget Templates"
3. You need to find this section in your template:
4. Replace the:
with:
5. Adding style for the new footer section
Immediately before this line,</b:skin> add the following lines of code:
6. Save your template and see the result
1. .Log in to your dashboard--> layout- -> Edit HTML
2. .Click on "Expand Widget Templates"
3. You need to find this section in your template:
<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
</div>
4. Replace the:
<b:section class='footer' id='footer'/>
with:
<div id='footer-column-container'>
<div id='footer2' style='width: 30%; float: left; margin:0; text-align: left;'>
<b:section class='footer-column' id='col1' preferred='yes' style='float:left;'/>
</div>
<div id='footer3' style='width: 40%; float: left; margin:0; text-align: left;'>
<b:section class='footer-column' id='col2' preferred='yes' style='float:left;'/>
</div>
<div id='footer4' style='width: 30%; float: right; margin:0; text-align: left;'>
<b:section class='footer-column' id='col3' preferred='yes' style='float:right;'/>
</div><div style='clear:both;'/><p><hr align='center' color='#5d5d54' width='90%'/></p><div id='footer-bottom' style='text-align: center; padding: 10px; text-transform: lowercase;'><b:section class='footer' id='col-bottom' preferred='yes'><b:widget id='Text2' locked='false' title='' type='Text'/></b:section></div><div style='clear:both;'/></div>
5. Adding style for the new footer section
Immediately before this line,</b:skin> add the following lines of code:
#footer-column-container {
clear:both; }
.footer-column {
padding: 10px;
}
6. Save your template and see the result
14 comments
After I use this Hack my static pages stop working http://www.blogandtuts.com/p/forum_04.html what should I do?
Send me the template to fix it.
I sent it to you on Facebook thanks
Send it to my email:
artistutorials@gmail.com
OK I sent it
man ... i do not have the code
<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
</div>
Please Help Me Out !!!!
@Aksatriya Diwangkara NusantaraIn your template it might be different , Try to paste the code before/after:
<div id='footer-bg'>
<div id='footer'>
...and see if that works.
@ArtisTutorman i sent you an email ... have you read it ???
@ArtisTutorokay i'll try it :) thx for reply me :) that makes me so happy :)
@Aksatriya Diwangkara NusantaraYes I read it, but I don't see any doubled comments on your site. I posted also 2 test comments and they are not appearing doubled.
@ArtisTutorno ... the other comments .. i have to delete it manually .. some double but another weren't double ..
@ArtisTutorthx my man ... it works ... i paste the code before
<div id='footer-bg'>
<div id='footer'>
Thx Before :)
and .. you said you promise me to post "how to make different comment for author" ...
Does this code still work for artisteer ver.3 and higher?
@AnonymousYes it should work , but the codes from step 3 and 4 might be a little different.
Click to Add a New Comment
Leave your comment
- If you're asking a question click the Subscribe By Email link, below the comment form, to be notified of replies.
- Do NOT add links to the body of your comment as they will not be published.
- Only the comments posted in ENGLISH will be approved.
- If you have a problem check first the comments , maybe you will find the solution there.