[ad_1]
Hi,
I display two tables in a row on the same page. I would like to make them closer but there is this css style that creates vertical space between my tables :
/wp-content/plugins/wp-table-builder/inc/frontend/css/wp-table-builder-frontend.css
.wptb-table-container {
overflow: auto;
position: relative;
width: 100%;
margin:30px auto;
}
How can I reduce this space without editing this css file ?
Regards
Fronk