Slider Image Issue

Viewing 5 posts - 1 through 5 (of 5 total)
  • #14900
    Terry Sweeney
    Participant

    Hello All

    I am having a problem with a grey line showing at the bottom of my slider image.

    I have played around with different image sizes but no matter what I do, it doesn’t go away.

    Can anyone help?

    Here is my link

    http://terrysweeney.net/main/

    Many Thanks

    Terry Sweeney

    #14901
    Terry Sweeney
    Participant

    Also I am getting a grey border around the text and and side image.

    Would be great if you could let me know how to resolve this too.

    Terry

    #14908
    Kashemy
    Participant

    Looks like you’ve got a grayish background behind the slider image, try changing some colours in the appearance menu under the design tab. If none of those fix it, head over to the css files and change the background from whatever colour it is to #fff, that should take care of it.

    As for the lines around your posts/pics, that’s a border and a box-shadow respectively, commenting them out in the css is (I guess) the easiest way to go.

    Hope this helps!

    #15129
    Daniel Tara
    Keymaster

    First of all, the image you’re using in the header is huge and loads extremely slow. Simply converting it from .png to .jpg could significantly decrease the file’s size.

    To fix the grey line under the image, add this to your custom styles:

    .jetpack-image-container img {
    	display: block;
    }
    #15196
    Terry Sweeney
    Participant

    Thanks Daniel

    Worked a treat!!

    and thanks for the tip re the image.

    Terry

Viewing 5 posts - 1 through 5 (of 5 total)

Tagged: ,

You must be logged in to reply to this topic.