Open jessierobbins opened 6 years ago
I was unable to get the responsive layouts functioning on web part or publishing page templates, adding the following CSS to the tablets and smart phones sections of the css file got it working like a champ.
table.ms-webpartPage-root, table.ms-webpartPage-root > tbody, table.ms-webpartPage-root > tbody > tr, table.ms-webpartPage-root > tbody > tr > td { display: block; } table.ms-webpartPage-root > tbody > tr > td { width: auto !important; padding: 0; }
@VesaJuvonen could you set Responsive Label plz ?
I was unable to get the responsive layouts functioning on web part or publishing page templates, adding the following CSS to the tablets and smart phones sections of the css file got it working like a champ.