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?
1 Answers
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!
Thanks you very much! This is exactly what i wanted!
Please login or Register to submit your answer
replied 11 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..