PDA

View Full Version : Header logo help!!!


Rapz
07-04-2014, 09:36 PM
Hey,

I'm trying to get the header logo right at my website but it looks messy as ****.
If anyone could help me out I'd be greatful.

Currently it looks like this: (see upload)

when it's supposed to look more like this: http://britney.nowirun.net/

please help

kind regards

Rapz
07-05-2014, 04:56 AM
no one? :(

Dave
07-05-2014, 05:55 AM
We need a link to your forum in order to help you out.

ozzy47
07-05-2014, 08:51 AM
Also have some patience, waiting 7 hours, then bumping the post is silly.

RichieBoy67
07-05-2014, 12:12 PM
Also have some patience, waiting 7 hours, then bumping the post is silly.

Right, I think the regular standard is 24 hours at least.

Please post your link op so we can look. This is pretty simple to fix.

Rapz
07-05-2014, 12:45 PM
We need a link to your forum in order to help you out.

Thanks! it's www.britneyboard.org

I want to add this banner: oi57.tinypic.com/20svh4j.jpg

width size should be the same as the banner in the first link i provided.
I think I might need to add more navbar(what's new, forum etc....is that what theyre called) to make have the banner look right.

Also have some patience, waiting 7 hours, then bumping the post is silly.

I'm sorry, I didn't mean to be rude. I posted it before I went to bed and checked in the morning. I kinda had deadline but I am aware that's not your problem :) sorry

Right, I think the regular standard is 24 hours at least.

Please post your link op so we can look. This is pretty simple to fix.

It is? cool! I posted the link above. thanks!!

Dave
07-05-2014, 01:39 PM
I can not access the URL you posted to your forum.

ForceHSS
07-05-2014, 01:42 PM
<a href="http://www.britneyboards.org" target="_blank">http://www.britneyboards.org</a>
this might help

Rapz
07-05-2014, 02:19 PM
yeah that's it. I want the banner under or above the navbar links. I prefer above.

Also I need to get rid of "powered by" that's hovering on the ' whats new navbar"

josh_krz
07-07-2014, 02:24 PM
1. Choose the navbar template from the template list in the admin CP. Copy the whole template into a text file incase you break it.

https://vborg.vbsupport.ru/attachment.php?attachmentid=149701&d=1404749712



2. Press CTRL+F (CMD+F) and search for:
middle_header

Copy then delete the whole middle_header div tag.

3. Press CTRL+F (CMD+F) and search for:
navtabs

4. Paste the middle_header where I have marked ----HERE---- on the screenshot.

https://vborg.vbsupport.ru/attachment.php?attachmentid=149702&d=1404749712



5.Save and Reload

6: Add this CSS to your additional.css template:


#middle_header{
positioning:fixed!important;
}
.navbar{
height:auto!important;
}


Now be careful because our templates may not be exact. I did use the metro theme to guide you but we could have other changes to our templates.

I managed to do it using Chrome Dev Tools, this is what I got:

https://vborg.vbsupport.ru/attachment.php?attachmentid=149703&stc=1&d=1404750369

tbworld
07-07-2014, 02:40 PM
Nice job assisting @job_krz. :)