Hello again, I'm trying to add static banner above forum list (not in header, I don't want to broke the responsive design).
So I copied div from the bottom and set it on top:
Code:
{$header}
<div class="container-md">
<div class="card body bg-white shadow-sm mt-3 border-0">
<div class="card-body border-0 p-2 p-sm-2 p-md-2 p-lg-5 p-xl-5 p-xxl-5 rounded" style="width: 100%)">
<img src="./images/banner.jpg" style="width: 100%; height: 100px" />
</div>
</div><br>
{$forums}
Managed to put image into it but it's with big margin. Trying to set that image as background of the div to fullfill the space but I'm lack of css skills. Will be nice to have banner in future release but how to set up now?
Inspired (Dark)
It looks like this, it's sample image so proportion doeasn't fit: