Hey! We are trying to set up our own discourse channel and we need to implement a banner (After header) that should look like this -
But we are facing two major issues -
- We are not able to get full width of the banner. Discourse adds a container so the whole component comes inside that container.
- We are not able to see images even if they are in the dome - We uploaded those images and used it as -
background-image: url($discourse_vector); background-position: bottom; background-size: cover; height: 100%; display: block; width: 100%;
but it does not work.
Any help will be appreciated.
Thanks in advance.