Outubro
| Instructions: | How to use this template |
| Template author: | Templates Novo Blogger |
| Description: | Outubro is a free blogger template with 2 columns, right sidebar, neutral colors and posts thumbnails. Download Outubro for free in BTemplates. |
| Rating | 4.2 out of 5 based on 58 bloggers. |
| Compatible with: | FFChrome |
| Share: |

sy selalu gagal untuk unggah template ini gimana caranya ya? Trim
Hi, I noticed within the font and colors option for this template it says i can change the: page background color, the text color, and the post title color. The thing is when i try to change them they stay white for the page background, black for the text color, and black for the post title color. is there some why to change them from that menu, or do i have to go into the code. btw, i no little to no html stuff. thanks.
I’m running into another problem with this template. where it shows(in the demo example above) “Lorem 1″ and the “Read More” tabs on the posts, in my blog they appear right below the white “box”/post on the main page. My first post doesn”t have this problem, but the second post does. is there some setting that i’m missing? thanks.
just now download this template..thanks
Jom Kedai Kopi
i try this
Hi I downloaded this template about a month ago and it works fine up until this week where in the home page the link “older posts” is hidden – and in this above example i notice it is hidden here as well – I’m guessing it’s because of the new fire fox browser updates – any suggestions to fix this problem?
I’ve been using this recently and, while I like the look of it, like other peoples, I have the problem with the “Older posts” &c links hiding behind the white box of the first post. I’ve re-uploaded the template and it still has the same problem so it can’t be that I’ve messed up the code. The same thing happens on Internet Explorer so it isn’t a Firefox problem. Can someone fix this template please? Thanks.
Hi,
I am a Spanish girl, and I have a blog that used this template
This is great. Thank you and congratulations to its author.
Sorry, I speak a little english
Hello I am a Spanish girl. . ES GENIAL ME ENCANTA.
El problema del menú navegación se resuelve:
#blog-pager {
text-align: center;
clear:both;
}
@Trevice:
Acabas de salvarme la vida. Llevo desde ayer volviéndome loco para resolver esto. Gracias, gracias, y mil veces gracias.
Ahora sólo me falta por resolver el tema del bocadillo de los comentarios, que en Explorer me sale fuera de su sitio (arriba a la derecha de la entrada. Si me puedes ayudar en esto, te daré las gracias otro millón de veces.
Saludos.
For Older and Newer posts link find following HTML Code
#blog-pager-newer-link {
float: $startSide;padding-$startSide:15px;
}
#blog-pager-older-link {
float: $endSide;padding-$endSide:15px;
}
#blog-pager {
text-align: center;
}
Now replace it with
#blog-pager-newer-link{float:left;}
#blog-pager-older-link{float:right;}
#blog-pager {
text-align: center;
clear:both;
}
Enjoy !!!