I did custom header, but the menu and image in the header container are not aligned with body. They are smaler. How to get rid of that space?

Thank you
Hello !
I have inspected your page and everything seems to look nicely done. Can you point out where to look at? Here is what i’m seeing: https://www.screencast.com/t/bT6XvI9Nyj
Thank you !
I’ve managed to do it via CSS, hovewer I’m not sure how good it will be in terms of responsivness and so.
Is there a better, simple and cleaner workaround than counting pixels ?
also please, how I can set up the shadow under the menu as almost every Newspaper menu have ? I want to put shadow only under the menu, not around it. Also only in the container, not full wide
Many thanks!!!
Hello !
You can edit the shadow by editing the header template using tagDiv Composer and you can set your preferences as you can see here: https://www.screencast.com/t/1TfVJfanb
Thank you !
Unfortunatelly I’m still not able to change the shadow under row (containing menu). I’m only able to change a shadow around whole row.
How to do only one, bottom side ?
Thank you!
Hello !
You can try this custom CSS:
.td-header-desktop-wrap .tdb_header_menu {
box-shadow: 0px 15px 10px -15px #111 !important;
}
As you can see, here is the result: https://www.screencast.com/t/GcnstbaQiUx
I hope this was helpfull !
Thank you !