Replies: 0
csv-to-webpage-plugin/css/pearl_csv_to_webpage_css.css?ver=4.7 line 99
.wrap {
margin: 0 auto;
max-width: 1120px;
width: 90%;
}
is overriding the Genesis .wrap CSS and causing problems with areas where .wrap is not defined by a second CSS class. Is possible to define your css with a plugin specific class as not to conflict with generic site settings?