Position bigger child out of and above parent?

dr0gii

New Member
What I have now is this page.And I want the section title block "Employer Information" to be 40px wider than it naturally is, breaking out of its parent, as shown in this image.Thus far I tried:\[code\].content form ol { position: relative; z-index: 50;}.content form ol .section { position: absolute; left: -20px; width: 110%; z-index: 100;}\[/code\]And tried several other parent elements to be position:relative but it never worked.Any idea? Thanks!
 
Back
Top