Is it possible to make the header photo pasted to the menu?

Posted in: Newspaper
Post count: 204

Hello forum, I would need to know how I can do to cut the distance of my header photo with the menu bar on my website. I want the photo to be attached to the bar. Is it possible to do this by entering some kind of code? or modifying something in the CSS? Attached photo header1.png which is how it is now and attached photo header2.png as I would like to show. Thank you
http://www.radiomarcabarcelona.com/MENU/header1.png
Good http://www.radiomarcabarcelona.com/MENU/header2.png

Post count: 22421

Hello,

Yes, you can remove the margins of the header elements and have them stick together.
Add this code in your custom css box:

.td-header-style-4 .td-header-sp-recs{
margin-bottom:0!important;
}
.dj-desc{
margin-bottom:1px
}

Thank you!

Post count: 204

Hello, I have inserted the code that you indicate me, but nothing happens, I do not know if I am inserting it in the correct site, attached photo. It is right? Thank you
http://www.radiomarcabarcelona.com/MENU/custom.png

Post count: 22421

Hello,

No, you are not adding it in to the correct field. Please use the custom CSS section.

Thanks.

Post count: 204

OK Bogdan, I have already inserted the code and it works perfectly. Thank you very much for your help. Closed topic

Post count: 204

Hello Bodgan. a question after inserting the code that indicated me, I got what I needed in Custom CSS, but it would be possible that there was no separation? that is to say that the photo joins the Menu bar. without separation? Attached photo with the space to be deleted. Thank you
http://www.radiomarcabarcelona.com/MENU/space-delete.png

Post count: 20688

Hi,

I could give you a code to completely remove the space between the image an header menu, the result would be like this
https://www.screencast.com/t/OmYoPX9n

.td-header-style-4 #dj-rotator {
line-height: 0;
}

Thanks

Post count: 204

Ok, thanks

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