How to achieve this effect with heading element?
I saw something like this on https://paperpillar.com/ and heading got this code:
.section-title h2 {
transform: translateX(-50%);
position: absolute;
top: 0;
left: 50%;
}
I want to this in cornerstone. Then i’m playin’ with SubHeadline margin - it breaks cornerstone view a little bit. How to achieve dat without margin using transform & code above?

