Comments francarranza started the conversationJuly 8, 2017 at 6:49pmHi I'm trying to add padding top and bottom to the title section, but I can't. It seems that element.style is overriding mine.I was trying with this on custom.css:.page-title-block { padding-top: 60px; padding-bottom: 60px;}If you could provide me the correct css it would be great!Thanks 7,092Oliver repliedJuly 10, 2017 at 6:42amHI!the most simple way to overwrite the CSS is to add !important: .page-title-block { padding-top: 60px !important; padding-bottom: 60px !important; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hi I'm trying to add padding top and bottom to the title section, but I can't. It seems that element.style is overriding mine.
I was trying with this on custom.css:
.page-title-block {
padding-top: 60px;
padding-bottom: 60px;
}
If you could provide me the correct css it would be great!
Thanks
HI!
the most simple way to overwrite the CSS is to add !important:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver