I want to move the text closer to the left ...
ok with the image above, I want to override the filling of my jquery-ui-tab page. I already tried the code below, but it doesn't seem to work.
$(".ui-tabs.panel").css('padding','0px');
Now, how can I make this possible ?,
NOTE : I want to override css or jquery, and I don't want to change any jquery-ui css files
source share