Dear Gavick,
I would like to add a image overlapping the left-top corner. Please see image.
Now i never did this before, and i know this is not part of your service, but iam very close and maby you can give me advice.
I was thinking its the best thing to create a new module position. So i added;
<div class="newposition">
<jdoc:include type="modules" name="newposition" />
</div>
in templates/gk_bluap/layouts/default.php and added this position to the xml file.
Now i created the following css rules in overide.css:
.newposition {
position:absolute;
left: 50px;
top: 50px;
display: block;
width: 224px;
height: 200px;
}
The point is that the image will not stick to the corner if using diffrent screen sizes. Could you give me a tip or some advice so i can keep trying, at this point iam out of options.
Best regards,
M