Pagina 1 din 1

Se Square Left banner!

Scris: 09-Dec-2017, 21:44:43
de sizzurp
Buna seara,

Am un forum ce ruleaza phpbb 3.2.1 si am o problema cu bannerul.Cum rezolv?

http://i.cubeupload.com/WqlxWJ.png

Re: Se Square Left banner!

Scris: 10-Dec-2017, 23:59:45
de SSebastian
Salut,
Vrei sa se vada toata imaginea in partea de sus?

Re: Se Square Left banner!

Scris: 11-Dec-2017, 01:18:10
de sizzurp
SSebastian scrie: 10-Dec-2017, 23:59:45 Salut,
Vrei sa se vada toata imaginea in partea de sus?
Da.

Re: Se Square Left banner!

Scris: 11-Dec-2017, 13:55:54
de SSebastian
Ofera-mi link catre forumul tau, te rog.

Re: Se Square Left banner!

Scris: 11-Dec-2017, 18:14:00
de sizzurp
SSebastian scrie: 11-Dec-2017, 13:55:54 Ofera-mi link catre forumul tau, te rog.
http://distinctive-roleplay.ro/forum/in ... d6a82568a8

Re: Se Square Left banner!

Scris: 11-Dec-2017, 19:12:50
de SSebastian
Deschide common.css si cauta:

Cod: Selectaţi tot

.headerbar {
    margin-bottom: 4px;
    padding: 5px;
}
Inlocuieste cu:

Cod: Selectaţi tot

.headerbar {
    margin-bottom: 4px;
    padding: 0;
}
Cauta:

Cod: Selectaţi tot

.logo {
    float: left;
    width: auto;
    padding: 10px 13px 0 10px;
}
Inlocuieste cu:

Cod: Selectaţi tot

.logo {
    float: left;
    width: auto;
    padding: 0;
}

Re: Se Square Left banner!

Scris: 13-Dec-2017, 19:17:18
de sizzurp
SSebastian scrie: 11-Dec-2017, 19:12:50 Deschide common.css si cauta:

Cod: Selectaţi tot

.headerbar {
    margin-bottom: 4px;
    padding: 5px;
}
Inlocuieste cu:

Cod: Selectaţi tot

.headerbar {
    margin-bottom: 4px;
    padding: 0;
}
Cauta:

Cod: Selectaţi tot

.logo {
    float: left;
    width: auto;
    padding: 10px 13px 0 10px;
}
Inlocuieste cu:

Cod: Selectaţi tot

.logo {
    float: left;
    width: auto;
    padding: 0;
}
Inca mi-a ramas o mica parte incompleta http://i.cubeupload.com/QyRE74.png
Totusi, cineva sa-i dea acestui baiat un Oscar.

Re: Se Square Left banner!

Scris: 15-Dec-2017, 10:49:47
de SSebastian
Deschide colours.css
Cauta:

Cod: Selectaţi tot

.site_logo {
    background-image: url(./images/site_logo.png);
    padding-left: 987px;
    padding-top: 89px;
}
Inlocuieste cu:

Cod: Selectaţi tot

.site_logo {
    background-image: url(./images/site_logo.png);
    padding-left: 1001px;
    padding-top: 125px;
}