layoutgrid responsive issue

0
hi team, i have to make a page in mendix , in which there are total 13 columns i have to take in header part . for this i used layoutgrid widegt . But the issue is now page or layout is not responsive on different screen sizes. Please help , how can i make page responsive when we take 13 columns in layoutgrid widget. Thanks.
asked
1 answers
0

Hi Pratham Pundir,

                             Step 1:   Instead of using layout grid use table for your page.

                             Step 2 : Check whether you have write some css code like margin-top, margin-right, margin-bottom, margin left in appearance tab in your page properties.

                              I hope this helps you if not please screen shot your page properties appearance tab.

answered