Remove space between photo and menu bar

Posted in: Newspaper
Post count: 204

Hello, I show in my header a photo that changes every hour depending on the program that is being broadcast on my website. This photo is shown through a SHORT CODE that I have inserted in ADS / YOUR HEADER AD
My problem is that I would like the photo to be placed just above the bar, now I don’t know why it leaves a small space.
I attach a photo of how it is shown now and how I would like it to be shown.
I do not know if there is any code so that this small space is not displayed
This is my home https://www.radiomarcabarcelona.com
I hope your help. THANK YOU

https://www.radiomarcabarcelona.com/goodnews-design/Photo-Menu.png

Post count: 27744

Hello,

This can be achieved using a custom code CSS =>https://www.screencast.com/t/keyKSSIf2dO

.td-header-style-4 .td-header-menu-wrap-full {
top: -40px;
}
.td-main-page-wrap {
padding-top: 0px;
}

Set the code in Theme Panel -> Custom Code -> Costum CSS.

Hope this helps you!

Thank you!

Post count: 204

Hello Ana Maria. It is perfect, it is what I needed, although I have changed it to -45 now if it is perfect. Thank you

.td-header-style-4 .td-header-menu-wrap-full {
top: -45px;
}
.td-main-page-wrap {
padding-top: 0px;
}

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.