https://blockk.dietapino.com/ I would like to put the black Ja-Bockk as long as the Top menu. I don't think it's that difficult. I have tried modifying Mainnav's "Header-13" without success. There are too many classes that I don't know about.
Hi carlucci
It's padding left/right, you can override by this custom CSS code:
.t4-mainnav .container .t4-header { padding-left: 0px; padding-right: 0px; }
and change to the value which suits your need.