The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Move the logo image down on phpbb2

3 posters

Go down

Move the logo image down on phpbb2 Empty Move the logo image down on phpbb2

Post by blindbat1457 Sun 15 Aug 2010 - 0:17

What is the CSS to move the header image down?
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Move the logo image down on phpbb2 Empty Re: Move the logo image down on phpbb2

Post by ankillien Sun 15 Aug 2010 - 16:35

Hello,

I think this CSS code would do the trick...

Code:
#i_logo {
padding-top : 10px;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Move the logo image down on phpbb2 Empty Re: Move the logo image down on phpbb2

Post by blindbat1457 Sat 21 Aug 2010 - 11:54

Code:
#i_logo {
    position:relative;
    top:30px;
  }

This is what I needed Smile

Padding works.. BUT it makes the blank space a link.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Move the logo image down on phpbb2 Empty Re: Move the logo image down on phpbb2

Post by Mio-chan Sun 22 Aug 2010 - 3:09

I see your using PHPBB 2, this can be done using templates.

Go to your Overall_header_new template

Admin Panel Arrow Display Tab Arrow Templates Arrow General Arrow Overall_Header_new

Search for this code:

Code:

<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>

Then add <BR> above the code as many times as necessary

Use the preview function to determine when you have the space desired, then publish the template.
Mio-chan
Mio-chan
Forumember

Male Posts : 284
Reputation : 17
Language : English, Portuguese | CSS3, HTML and learning C++
Location : Rhode Island, United States of America

http://www.theolympiansclan.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum