Hi!
I need to create a black banner all across the bottom of the header to extend the bottom par of my client logo. I manage to make it works on desktop with the logo overlapping a black color section. But as soom as I get on mobile the logo stop overlapping and the color section go under it. Also, in the Woocommerce Shop and Product pages, I can’t insert the color section so I loose the black banner.
Is there a way to build that black banner in the header code, so it looks the same everywhere?
Hey Genevieve,
Please try removing the black section and add this CSS instead:
#header {
border-bottom: 50px solid #000;
}
Best regards,
Rikard
Hi Rikard!
This works great on desktop. But on mobile, the border doesn’t stay being the logo, it drop below it. Can we fix that so it stay behind the logo like on desktop?
Thanks!
Hi,
You have this CSS active:
@media only screen and (max-width: 767px) {
.responsive #header_main .container {
height: auto !important;
}
}
Please remove that, then add this:
.responsive #top #wrap_all .av-logo-container {
height: 74px;
}
Best regards,
Rikard
Got this! It works! Thanks!!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon