• I’m using raindrops and suddenly the top 1/2 of my header image is all that shows like the page was resized or something? I tried updating to 3.5.1 t see if it helped, tried reloading the header image and still the bottom half dos not show. The header was sized in photoshop to the recommended size and has looked great for weeks until now….suggestions please! You can see it here stlshoot.com

Viewing 13 replies - 1 through 13 (of 13 total)
  • Change the height on style:

    #header-image

    to the height of your image in your stylesheet. it’s about 200px check the properties of the uploaded file on your computer to see the height…

    Thread Starter schrapnel

    (@schrapnel)

    The image was created at, and still is 940×198 the space for the image in the theme appears to have changed. In the link in the op you should see the bottom half of the globe and the rest of the text to the right side of the header…wp newb any help appreciated.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Schrapnel, the solution can be found by Seacoast’s suggestion.

    If it’s a sudden change, try deactivating plugins to explore whether any could be responsible.

    Thread Starter schrapnel

    (@schrapnel)

    I see the code below, where should I insert the header size?

    }
    #header-image{
    position:relative;
    }
    #header-image p{
    position:relative;
    top:35%;
    text-align:center;
    font-size:200%;

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have an option in your dashboard named something like, “Jetpack” or “Custom CSS”?

    Thread Starter schrapnel

    (@schrapnel)

    Yes I have Jetpack, and under appearance is my Editor thats where I pasted the code from above.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding this to the Custom CSS section;

    #header-image {
     height: 200px;
    }

    Thread Starter schrapnel

    (@schrapnel)

    nothing, I’m at a loss. I really don’t want to have to do a theme change.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Something’s wrong with the method you’re using to add the CSS.
    No Custom CSS from Jetpack is being brought through into the webpage.

    Thread Starter schrapnel

    (@schrapnel)

    If I change to another theme and then change back will I lose my pages?

    You will not lose posts or pages as they are kept in the db, you will lose Page Templates as these are in the theme. You may also need to redo widgets and menus, depends on theme.

    Using the default theme with a Child Theme can prove invaluable over time.

    https://codex.www.ads-software.com/Child_Themes

    Thread Starter schrapnel

    (@schrapnel)

    Ok thanks Seacoast, looks like I need to read up on Child Themes as soon as I get my header fixed!

    Thread Starter schrapnel

    (@schrapnel)

    I just realized this has happened on another site that I have not touched for weeks also using the raindrops theme. Something changed in the raindrops theme in the last few days it seems.

    Here is the other site same header issue. https://www.teamdominatorfireworks.com/

    [No bumping. If it’s that urgent, consider hiring someone.]

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Help! Lost top half of header image?’ is closed to new replies.