PnP-Tools icon indicating copy to clipboard operation
PnP-Tools copied to clipboard

Responsive not working on web part/publishing pages

Open jessierobbins opened this issue 7 years ago • 1 comments

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;
     }

jessierobbins avatar Jan 23 '18 17:01 jessierobbins

@VesaJuvonen could you set Responsive Label plz ?

Laul0 avatar Jul 07 '18 17:07 Laul0