Hello,
I would like to add a full screen image in the mainbody_top position in width, like in the header position, but with less height. Do you know how this is possible?
Best regards.
Hi phildrink
That position is included inside page content which is set with a max-width:1250px so it doesn't show in full width.
You can add that module to 'top1' or 'top2' position instead.
Regards
Thank you Saguaros. But do you have a solution to add a full screen image at the top of the page without the margins?
phildrink You can try to create a new custom HTML module >> load your desired image into this module >> then assign module to top1 or top2 position.
And share me the URL of that page, I will suggest the custom css to make it full width.
Thx Saguaros.
You already have the url of a test page. Regards.
phildrink Kindly check my last reply again, you should assign module to top1 or top2 position.
Sorry Top2 done.
Works only on the right, but the left margin is unchanged.
phildrink You can try this custom css:
#gkTop2 .box .content.gkPage { max-width: 100% !important; }
Works! Thank you Saguaros for your amazing support.
phildrink You're so welcome!