I want to center the absolutely positioned [h4] tag. The value of the [h4] title is retrieved from the database and it will have a different value each time.
I have tried below stuff.
h4{position: absolute;top:20px;left: 42%;}
It works when the h4 title has around 15 characters. But, it doesn't work if the h4 title has less characters or more than 18 characters. I mean, it works only for particular scenario. is there any flexible solution?