Moving site name and description

For support and discussion related to templates, themes, and imagesets in phpBB 3.1.
Scam Warning
Locked
garden of green
Registered User
Posts: 108
Joined: Mon Sep 16, 2013 2:41 pm
Name: Tony
Contact:

Moving site name and description

Post by garden of green »

Untitled.png
Ok looking at the attachment you can see where the site name and description is,I would like to move it so it sits more to the right and a bit lower.

Would i look in overall header file ?
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: Moving site name and description

Post by Raul [ThE KuKa] »

Test this (BEFORE backup files please).

Opne your_forum/styles/proFormell/theme/common.css file.
FIND:

Code: Select all

#site-description {
    float: left;
    width: 65%;
}
REPLACE WITH:

Code: Select all

#site-description {
    float: left;
    width: 65%;
    margin-top: 60px;
}
FIND:

Code: Select all

.logo {
    float: left;
    width: auto;
    padding: 10px 13px 0px 10px;
}
REPLACE WITH:

Code: Select all

.logo {
    float: left;
    width: auto;
    padding: 0px 23px 0px 10px;
}
Best regards.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


garden of green
Registered User
Posts: 108
Joined: Mon Sep 16, 2013 2:41 pm
Name: Tony
Contact:

Re: Moving site name and description

Post by garden of green »

Thank you Raul,I will give it a try once i get home and let you know
User avatar
paulvill76
Registered User
Posts: 83
Joined: Tue Dec 06, 2011 2:51 am
Location: Brno , Czech Republic
Name: Pablo Villaronga
Contact:

Re: Moving site name and description

Post by paulvill76 »

Thanks !
Locked

Return to “[3.1.x] Styles Support & Discussion”