Jump to content
WebFlake
  • 0

Moving the tab under the logo lower.


Shnepsey

Question

Hey guys,

so I'm using Code Game's skin and I made a logo for my forum but the logo is too big and once I put it there it doesn't show the whole logo,

part of the logo goes under this "Members/Forums/Homepage/whatever" tab..

 

I would like to know how can I lower this tab so I have more space for the logo.?

 

I'm talking about this

 

2a6uvk8.jpg

 

 

 

Thanks in advance,

-Shnepsey.

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

Well, search in that code where it's finish the code for "search box". And after this add the tag <br />

 

Or, please copy/paste the code from global template from

<!-- ::: BRANDING STRIP: Logo and search box ::: -->
Edited by Smutii
  • Upvote 1
Link to comment
Share on other sites

  • 0

Try this.

Go in ACP -> Look & Feel -> Your skin -> globalTemplate and search for :

<div id='nav_wrap'><div class='wrapper clearfix'>

and add above this some :

<br />

 Some means how many you need. :)

Edited by Smutii
Link to comment
Share on other sites

  • 0

Yes, but look.

Search this :

<!-- ::: BRANDING STRIP: Logo and search box ::: -->

or search where in globalTemplate do you find about search box and after last </div> put that <br />

Link to comment
Share on other sites

  • 0

I know what you mean man, but its not there.. :/

 

I don't know, your theme it's ... I have this on all my forum themes..

Link to comment
Share on other sites

  • 0

 

Well, search in that code where it's finish the code for "search box". And after this add the tag <br />

 

Or, please copy/paste the code from global template from

<!-- ::: BRANDING STRIP: Logo and search box ::: -->

 

 

I don't know, your theme it's ... I have this on all my forum themes..

 

 

Well, search in that code where it's finish the code for "search box". And after this add the tag <br />

 

Or, please copy/paste the code from global template from

<!-- ::: BRANDING STRIP: Logo and search box ::: -->

Worked ! Thanks for help man.

Link to comment
Share on other sites

  • 0

I find another solution. I dont't have your skin, but on mine works. 

Go in ACP -> Look & Feel -> Your skin -> CSS -> ipb_styles.css and search 

#branding {
background: url('{style_images_url}/banner_bg.png') repeat-x 0 0;
height: 92px;
At height put how much do you need. I hope that will work.
 
 
I'm glad that I helped you. :) 
Edited by Smutii
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...