1. Zrób kopię zapasową szablonu !
Backup your template!
2. Wchodzimy w : Blogger --> Projekt --> Szablon --> Edytuj kod HTML
3. Wyszukujemy ( CTRL + F ) w kodzie komendę :
2. We are entering a Blogger -> Project -> Template -> Edit HTML
3. searching (CTRL + F) command code:
- .avatar-image-container {
Jeśli nie możesz znaleźć powyższej komendy znajdź tą :
If you can not find the above command:
If you can not find the above command:
5. After the sign:
- {
- shadow:none;
border: none;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
Wartość ( 50px ) można zmieniać na dowolną wtedy będziemy bardziej lub mniej zaokrąglać awatar.
The value (50px) to change at any time we will be more or less rounded avatar.






























