Zapis kolejnych zmian w istniejącej theme template
- Wyszukiwalność komentarzy
Remove Nofollow Attribute on Comments. ~ The Blog Doctor. - Wstawienie Szukaj w tym blogu
- Wstawienie osób obserwujących.
- Wstawienie gadżeta z komentarzami do lewego paska nawigacyjnego
- Zmiana szerokości
jest:#outer-wrapper {
max-width:1125px;
padding: 0 30px 50px;
width:100%;
width/* */:/**/auto;
width: /**/auto;
}
html>body #outer-wrapper {
border:3px double #fff;
}
#main-wrapper {
width:64%;
float:right;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
zmiana na:
#outer-wrapper {
max-width:1300px;
padding: 0 30px 50px;
width:100%;
width/* */:/**/auto;
width: /**/auto;
}
html>body #outer-wrapper {
border:3px double #fff;
}
#main-wrapper {
width:70%;
float:right;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
} zmiana
#sidebar-wrapper {
width:32%;
float:left;
na:
#sidebar-wrapper {
width:26%;
float:left;Zmiana z:
#sidebar {
margin:0;
padding-top: 170px;
}
na:
#sidebar {
margin:0;
padding-top: 2px;
}- Umieszczenie formularza komentarzy pod każdym wpisem
- REACTIONS pod każdym wpisem
- OCENA z gwiazdkami pod każdym wpisem
If you are using a supported browser, make sure that you have the Compose Mode option set to "yes" on the Settings | Basics tab. Then your posting form will show both Edit HTML and Compose tabs. The Compose tab contains all the formatting options.
ReplyDeletevia Why don't I see all the text formatting buttons? - Blogger Help.