I am trying to add CSS for parent div but it is not working. Parent div is appending dynamic for class content. How to set padding for that div. If anyone knows please help to find the solution.
HTML:
<div> // how to set padding for this div
<div class="content">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
</div>
CSS:
.content < div {
padding:0px !important;
}