Hi, in https://loscultoredeigatti.it/immagini.html and https://loscultoredeigatti.it/vedi.html I insert Masthead Description but It's not visible, can you help me? thanks
librandi Hi
In order to show that Masthead section, you need to have Page Heading option enabled.
I just enabled it and add a space the the heading (I assume you don't show any heading there) and the description is showing now.
Kindly check.
saguaros thank you, I add @media (min-width: 992px) .t4-masthead .t4-masthead-description { padding-left: 15% !important; padding-right: 15% !important; } but nothing change
librandi The curly brackets are missing in your code:
@media (min-width: 992px){ .t4-masthead .t4-masthead-description { padding-left: 15% !important; padding-right: 15% !important; } }
You should update again.