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
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
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!
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;
}
Thanks Daniel
Worked a treat!!
and thanks for the tip re the image.
Terry