Koen
asked 10 years ago

Hi,
 
Im trying to upload an image in the H1 field of the startpage of DW-Fixel. This is the place where “HI” shows up in the demo.
This is the link to the page i’ve created so far: yes.welovestoer.nl
 
Can you please help me?

Koen van Barneveld
replied 10 years ago

my question may not be completely clear, the problem is that, when i upload an image to the H1 header, DW-Fixel scales it up so its about 5 times bigger than the original image..

1 Answers
Kido D
answered 10 years ago

Hi Koen,
To resolve this issue, you can go to Dashboard > Appearances > Customize  Custom Code, and add the code below to Header Code section:

<style>
.block.head img {
width: 100%!important;
max-width: 100%!important;
height: auto!important;
left: auto!important;
}
</style>

Hope this helps!

Koen van Barneveld
replied 10 years ago

Thanks you very much! This is exactly what i wanted!

Powered by DW Question & Answer Pro