Pixelated header image

Posted in: Newspaper
Post count: 4

Hi !

I’ve got a problem with my header, the image is completely pixelated as you can see here : http://test-blog.digimind.com/

I tried with an image of 2800 x 340 and also one of 1400×300, in both case it’s not working. Can you explain me why ?

Thanks in advance,

Clarisse

Post count: 23312

Hello clarisse_soyez,

I have inspected your website and I noticed that your size logo is very short than the size of header container. As I can see, you have the Cafe demo installed on your side, right? So, please notice that this type of demo uses the logo in full width (using a bit of CSS rule), as you can see here -> http://screencast.com/t/cPR5lcQSTy So, if you want to use your logo at the initial size, you will have to use the following code, to overwrite the CSS rule from this demo, like this -> http://screencast.com/t/jyM4lJC7V6l

The code is ->

.td-cafe .td-header-style-10 .td-header-sp-logo img {
width: initial;
}

The logo was enlarged with that CSS and that’s why you bring a blurry image. If you want to rule out this behaviour, you should use the CSS above or you will add a logo with a higher size of it.

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.