• Ever since the last update I have had problems with my site. One of them being a black bar at the bottom of my header image for my main pages. Even after I re-size the images to recommended 1000 by 288. I still get the black bar.
    Site: nickingoglia.com

Viewing 12 replies - 1 through 12 (of 12 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    That black bar at the bottom of your header image, do you want it completely removed?

    Thread Starter DEdesigns57

    (@dedesigns57)

    yes i do! I want the header image siting directly above the navigation bar.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try this CSS;

    #branding img {
     float: left;
    }

    Thread Starter DEdesigns57

    (@dedesigns57)

    just typed it into my CSS manager plugin. Tell me if it worked on your end.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Didn’t work. The browser shows this is all that’s in your Custom CSS Manager plugin http://snag.gy/UVPEk.jpg .
    E.g this;

    /* Cuts the upper top of site out */
    body hgroup {display: none;}
    /* Moves Go */ 
    
    #access {
         background: #29304B !important;
    }
    
    img.alignleft {
       margin-top: 0px;
       position: relative;
       bottom: 50px;
    }
    
    /* Takes out the image from all pages */
    img {display: none !important;}
    
    /* Removes that damn search bar from the top right */
    input.field {display: none;}
    
    /* Disable clicking function from the pic on Going Forward page */
    img.alignleft size-full wp-image-169 {
       pointer-events: none;
       cursor: default;
    }

    Thread Starter DEdesigns57

    (@dedesigns57)

    it seemed to work when for the home page but not the others. I used viewed the site while lodged into wordpress. And it didnt work at all while I viewed the site in firefox.

    Thread Starter DEdesigns57

    (@dedesigns57)

    yes that is correct. That is what is in my CSS manager. I wrote those my self.

    Thread Starter DEdesigns57

    (@dedesigns57)

    also not that on each page that has a image, I used:
    <style type=”text/css”>
    img {display: inline !important;}
    </style>

    for the specific pages with the header images

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It looks like that plugin is broken.
    To replace it, try Jetpack and use its Custom CSS functionality.

    Thread Starter DEdesigns57

    (@dedesigns57)

    i need to make a wordpress acount?

    Thread Starter DEdesigns57

    (@dedesigns57)

    wordpress.com*

    Thread Starter DEdesigns57

    (@dedesigns57)

    Ha, it works! Lovely, the damn plugin was broken I guess. Finally! Thats one problems down.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Problem with header image.’ is closed to new replies.