I would like to add custom padding to EACH individual tab CONTENT. I could achieve it by adding style to HTML of the Content text, but I would like to do it using CSS as it is much easier, better and faster. I looked for the class/ID of each tab content using chrome inspect, and tried some ways to add below code to the page CSS but it is not working.
.X-tabs-panel.e4513-6.x-active {padding-left:120px;}
panel-e4513-7.x-tabs-panel.e4513-7.x-active {padding-left:120px;}
I have attached images for reference.
Thank you