Hi,
The problem is that I have a picture in header and would like to be shown on mobile too - resized. How can I do that? I've checked some other replys but it doesnt work for me.
Thank you!
<div class="gk-cols vertical-center" data-cols="2">
<p></p>
<p></p>
<div>
<p></p>
<p></p>
</div>
</div>
<div class="gk-cols vertical-center" data-cols="2">
<div>
<p></p>
<p></p>
</div>
<div>
<p></p>
<p></p>
</div>
</div>
@media only screen and (max-width:840px) {
#gkHeaderMod img {
left: 0;
top: 0 !important;
transform: none;
}
}