Hi there!
Is there a way to remove/configure the set width and height of excerpt include macros on a page?I have a Table Filter macro containing an Excerpt-Include macro that references a table on another page, using the filter macro to remove irrelevant columns and rows, but the remaining required data doesn't fit the Excerpt-Include macro's dimensions.
Toying around in Firefox Developer tools, I found selecting the table, finding <div class="table-wrap tf-fixed tf-fixed-rows" style="position: relative; max-height: 891px;"> --> this element and disabling the 'max-height=891px' allows the full height of the table to appear on the page without the scrollbar, which is what I'm looking for.
Community moderators have prevented the ability to post new answers.