• I’ve got my header image at https://shoepiddydootest.getgroupies.com that I can’t get to completely show up. It has something to do with the header and the header .inner, but I really have no idea at this point. Seriously, I’m about ready to throw my computer off the balcony. Please help! I’m at my wits end.

    Also on the bottom of the content box there is an @ sign and a key that I want to disable. When I just delete the image log in and contact still show up. How would I be able to get rid of that? Thanks in advance for any comments.

Viewing 15 replies - 1 through 15 (of 21 total)
  • I do not know how your theme is setup

    #header .inner {
    height:179px;

    179px needs be changed to 370px and looks like it not in style.css

    I am getting this in firebug
    https://shoepiddydootest.getgroupies.com/ line 41

    Thread Starter jeffwenberg

    (@jeffwenberg)

    I see that, but how do I change that? In the css style sheet it’s set to 370. Not sure where to go to find that 179.

    It has to be some where in your theme folder do you have any theme settings in Appearance

    Thread Starter jeffwenberg

    (@jeffwenberg)

    yes, all the style sheets and everything are there. I just can’t find that particular setting. According to my css sheet it’s already set to 370, but when you view the page source code in the internet browser there is something set to 179 px somewhere. That’s the culprit but I don’t know where to find it.

    Without looking at your file structure of your theme I can not say where it could be the only way is for me install on my test site find it.

    Where did you get the theme from so that I can install on my test site see that css code is.

    Thread Starter jeffwenberg

    (@jeffwenberg)

    Um I don’t remember exactly, I could send you the zip file for the theme though. Do you have an email address I could send it to?

    yes send it adminatgbpcentral.com replace at with @

    I see you managed to position your header thats great can you share what you did to position the header.

    Thread Starter jeffwenberg

    (@jeffwenberg)

    #header .inner {
    background:url(“images/header_bg.png”) no-repeat scroll center center transparent;
    height:370px !important;
    was what someone else said to try. Wasn’t really sure what that meant. It got the job done though.

    Also I was going to ask if you might know how to disable the @ and the key feature at the bottom of the grey content box. Someone said to try and space them off the page? That would obviously work, but if someone had a big monitor they’d still be there. My page also seems to be off centered. Any ideas to get it centered on the screen?

    I will check on your other problem at least you got solved.

    To hide the @ just add to your style.css at the end of the file:

    .contact {
        display: none;
    }

    To hide the login (key):

    .login {
        display: none;
    }

    To hide both:

    .minilinks {
        display: none;
    }

    HTH

    David

    Ok to take them two links out go in style.css line 1003

    look for this code

    #page .miniLinks {
    background:red none repeat scroll 0 0;
    bottom:0;
    height:30px;
    position:absolute;
    right:60px;
    width:80px;

    }

    Add
    display:none;
    after width:80px;

    Your page looks centered here

    Thread Starter jeffwenberg

    (@jeffwenberg)

    Thanks guys! I really appreciate your help!!!!!!

    You welcome by the way I did find that other header inner 179px its coming from plugin that came with the theme.

    Thread Starter jeffwenberg

    (@jeffwenberg)

    Ah, so I should probably just go with the fix I’m currently using? I got the mini-links disabled. That is almost perfect…but my comments aren’t working now. When you click on the comment icon on any of the pages it doesn’t do anything. Any ideas?

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Can't fix header image. Out of ideas, PLEASE HELP!’ is closed to new replies.