Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Max Width?
#2
If you want the max-width to be applied to the whole page you need to create a style sheet file and add the style to the body tag there. like this:

body{
max-width: 1080px;
}

then you add this file to the form using ContentFiles property (or ServerController's if you want it to be in all forms). You just need to add the file name to the ContentFiles property (e.g. styles.css) and add the styles.css file to your wwwroot folder.

It will work as expected.
Reply


Messages In This Thread
Max Width? - by SWTwo6 - 04-01-2019, 09:39 AM
RE: Max Width? - by Alexandre Machado - 04-03-2019, 09:10 AM
RE: Max Width? - by SWTwo6 - 04-04-2019, 02:33 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)