Viewing 2 reply threads
You must be logged in to reply to this topic.
Sorry on the page “Contatti”
I want the header not to be full-width, but it must be as wide as the menu.
can you explain me how to do it?
thank you
Hello,
Are you referring to the page header width? If so, add this css into your Custom Css box in Customize > General > Custom Codes:
.page-id-4302 .cl_page_header {
width: 1180px;
margin-left: 12.75%;
}
If you want the same effect for all pages, just remove the .page-id-4302
from it.
Result: https://ibb.co/FzLdk1V
Best regards!
You must be logged in to reply to this topic.